Merge pull request #7287 from ulyssessouza/add-python-dotenv-setup

Fix pip install by adding python-dotenv to setup.py
This commit is contained in:
Ulysses Souza 2020-03-13 15:13:05 +01:00 committed by GitHub
commit aaef2d5aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
]