mirror of
https://github.com/Red5d/docker-autocompose
synced 2026-01-04 23:58:02 +00:00
fix: six module missing
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
pyaml==20.4.0
|
||||
docker==4.4.4
|
||||
docker==4.4.4
|
||||
six==1.16.0
|
||||
2
setup.py
2
setup.py
@@ -8,7 +8,7 @@ setup(
|
||||
license = "GPLv2",
|
||||
keywords = "docker yaml container",
|
||||
packages = find_packages(),
|
||||
install_requires = ['pyaml>=17.12.1', 'docker>=3.4.1'],
|
||||
install_requires = ['pyaml>=17.12.1', 'docker>=3.4.1','six>=1.16.0'],
|
||||
scripts = ['autocompose.py'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
||||
Reference in New Issue
Block a user