mirror of
https://github.com/docker/compose.git
synced 2026-07-02 14:15:44 +00:00
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:
commit
aaef2d5aa7
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue