From 551fe926cfe229853c10f6b620745574f75575e6 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 21 May 2019 13:21:05 -0700 Subject: [PATCH] Add dotenv to dependencies (#7330) --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3076586a7..33c6441ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index ea58d48f1..6fc74880b 100644 --- a/setup.py +++ b/setup.py @@ -95,6 +95,7 @@ setup( 'polyline', 'pydruid>=0.5.2', 'python-dateutil', + 'python-dotenv', 'python-geohash', 'pyyaml>=3.13', 'requests>=2.20.0',