Skip to content

Commit

Permalink
Hotfix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigue committed Feb 5, 2018
1 parent 38ccb21 commit 061ba67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amicleaner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'amicleaner'
__version__ = '0.2.0'
__version__ = '0.2.1'
__short_version__ = '.'.join(__version__.split('.')[:2])
__author__ = 'Guy Rodrigue Koffi'
__author_email__ = 'koffirodrigue@gmail.com'
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ argparse
boto
boto3
prettytable
future
blessings==1.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

install_requirements = ['awscli', 'argparse', 'boto',
install_requirements = ['awscli', 'argparse', 'boto', 'future',
'boto3', 'prettytable', 'blessings']

test_requirements = ['moto', 'pytest', 'pytest-pep8', 'pytest-cov']
Expand Down

0 comments on commit 061ba67

Please sign in to comment.