Add dotenv to dependencies (#7330)

This commit is contained in:
Maxime Beauchemin 2019-05-21 13:21:05 -07:00 committed by GitHub
parent 1ae000a262
commit 551fe926cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ pydruid==0.5.2
pyjwt==1.7.1 # via flask-appbuilder, flask-jwt-extended
pyrsistent==0.14.11 # via jsonschema
python-dateutil==2.6.1
python-dotenv==0.10.1
python-editor==1.0.3 # via alembic
python-geohash==0.8.5
python3-openid==3.1.0 # via flask-openid

View File

@ -95,6 +95,7 @@ setup(
'polyline',
'pydruid>=0.5.2',
'python-dateutil',
'python-dotenv',
'python-geohash',
'pyyaml>=3.13',
'requests>=2.20.0',