pipenv install python-dotenv

Adding this library allows reading from standard environment files as well as
environment variables.
This commit is contained in:
Ben West
2021-03-14 21:50:35 -07:00
parent cc952992e0
commit d47aee77c9
2 changed files with 72 additions and 57 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ requests = "*"
bs4 = "*"
arrow = "*"
lxml = "*"
python-dotenv = "*"