fix(dependencies): use babelfish>=0.6.0 (#711)

Close #711
This commit is contained in:
Rémi Alvergnat
2021-11-08 08:56:15 +01:00
parent af44ef1b69
commit d2c1b010ed
+1 -1
View File
@@ -15,7 +15,7 @@ with io.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
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']