add missing dep: python-dotenv

This commit is contained in:
2020-05-13 00:37:07 -05:00
parent 34d920b005
commit 17159ddbf3
2 changed files with 10 additions and 1 deletions

View File

@ -27,6 +27,7 @@ wrapt = "==1.12.1"
stripe = "*"
matplotlib = "*"
requests = "*"
python-dotenv = "*"
[dev-packages]