From d90e2d5389ae2b0beb6cc7654f90d8946887d67c Mon Sep 17 00:00:00 2001 From: LunaticMuch Date: Mon, 2 Aug 2021 09:32:23 +0100 Subject: [PATCH] fix: six module missing --- requirements.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b90ebd..76006a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pyaml==20.4.0 -docker==4.4.4 \ No newline at end of file +docker==4.4.4 +six==1.16.0 \ No newline at end of file diff --git a/setup.py b/setup.py index f918dc7..c040194 100644 --- a/setup.py +++ b/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': [