Skip to content

Commit

Permalink
fix(dependencies): use babelfish>=0.6.0 (#711)
Browse files Browse the repository at this point in the history
Close #711
  • Loading branch information
Toilal committed Nov 8, 2021
1 parent af44ef1 commit d2c1b01
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 @@ -15,7 +15,7 @@
with io.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f:
changelog = f.read()

install_requires = ['rebulk>=3.1.0', 'babelfish', 'python-dateutil', 'importlib-resources;python_version<"3.7"']
install_requires = ['rebulk>=3.1.0', 'babelfish>=0.6.0', 'python-dateutil', 'importlib-resources;python_version<"3.7"']

setup_requires = ['pytest-runner']

Expand Down

0 comments on commit d2c1b01

Please sign in to comment.