Added python-dotenv so flask would pick up .env

This commit is contained in:
Arc 2020-03-05 23:27:13 +00:00 committed by GitHub
parent 7996c48b70
commit 6e26e06aea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,4 @@ typing-extensions==3.7.4.1 ; python_version < '3.8'
urllib3==1.25.8
webassets==2.0
werkzeug==1.0.0
python-dotenv==0.12.0