diff --git a/setup.py b/setup.py index 548e2bc93..bca578e11 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ install_requires = [ 'dockerpty >= 0.4.1, < 1', 'six >= 1.3.0, < 2', 'jsonschema >= 2.5.1, < 4', + 'python-dotenv >= 0.10.5, < 1', ]