Use better version constraints for rebulk

This commit is contained in:
Rémi Alvergnat
2019-09-02 22:04:59 +02:00
parent 250ce163e3
commit bbf27cb727
+1 -1
View File
@@ -16,7 +16,7 @@ with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
with io.open(os.path.join(here, 'HISTORY.rst'), encoding='utf-8') as f:
history = f.read()
install_requires = ['rebulk>=2', 'babelfish', 'python-dateutil', 'six']
install_requires = ['rebulk==2.*', 'babelfish', 'python-dateutil', 'six']
setup_requires = ['pytest-runner']