Skip to content

Commit

Permalink
bump babelfish version
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Nov 5, 2015
1 parent 02714f1 commit 593d023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
HISTORY = open(os.path.join(here, 'HISTORY.rst')).read()


install_requires = ['babelfish>=0.5.4', 'stevedore>=0.14', 'requests', 'python-dateutil>=2.1']
install_requires = ['babelfish>=0.5.5', 'stevedore>=0.14', 'requests', 'python-dateutil>=2.1']
if sys.version_info < (2, 7):
# argparse is part of the standard library in python 2.7+
install_requires.append('argparse')
Expand Down

0 comments on commit 593d023

Please sign in to comment.