Fix pip install by adding python-dotenv to setup.py

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2020-03-13 11:57:44 +01:00
parent e9dc97fcf3
commit 1b9855c1c2

View File

@ -40,6 +40,7 @@ install_requires = [
'dockerpty >= 0.4.1, < 1', 'dockerpty >= 0.4.1, < 1',
'six >= 1.3.0, < 2', 'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 4', 'jsonschema >= 2.5.1, < 4',
'python-dotenv >= 0.10.5, < 1',
] ]