diff --git a/requirements.txt b/requirements.txt index 70649f2..7b12299 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,6 @@ awscli argparse boto boto3 +future prettytable blessings==1.6 diff --git a/setup.py b/setup.py index bf20c0b..c0e6162 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ history = history_file.read() install_requirements = ['awscli', 'argparse', 'boto', - 'boto3', 'prettytable', 'blessings'] + 'boto3', 'prettytable', 'blessings', 'future'] test_requirements = ['moto', 'pytest', 'pytest-pep8', 'pytest-cov']