steve7909 commited on
Commit
3856c5b
1 Parent(s): abee8f8

add dotenv to requirements

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. 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