mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-04 02:56:15 +00:00
Use better version constraints for rebulk
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user