Skip to content

Commit

Permalink
fixes bonclay7#91: must install future for builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJefe committed Mar 12, 2019
1 parent 70627e5 commit 05b1701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ awscli
argparse
boto
boto3
future
prettytable
blessings==1.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 05b1701

Please sign in to comment.