Spaces:
Runtime error
Runtime error
add dotenv to requirements
Browse files- .gitignore +2 -0
- requirements.txt +1 -0
.gitignore
CHANGED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
environment.yml
|
2 |
+
.DS_Store
|
requirements.txt
CHANGED
@@ -27,6 +27,7 @@ pillow==10.2.0
|
|
27 |
pyparsing==3.1.2
|
28 |
pysocks==1.7.1
|
29 |
python-dateutil==2.8.2
|
|
|
30 |
pytz==2023.3.post1
|
31 |
pyyaml==6.0.1
|
32 |
requests==2.31.0
|
|
|
27 |
pyparsing==3.1.2
|
28 |
pysocks==1.7.1
|
29 |
python-dateutil==2.8.2
|
30 |
+
python-dotenv==0.21.0
|
31 |
pytz==2023.3.post1
|
32 |
pyyaml==6.0.1
|
33 |
requests==2.31.0
|