fix: six module missing

This commit is contained in:
LunaticMuch
2021-08-02 09:32:23 +01:00
parent 881b7979d5
commit d90e2d5389
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
pyaml==20.4.0
docker==4.4.4
docker==4.4.4
six==1.16.0

View File

@@ -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': [