mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-31 09:42:58 +00:00
Enhance guessit performance by using rebulk 0.8.2
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>=0.8.1', 'babelfish>=0.5.5', 'python-dateutil']
|
||||
install_requires = ['rebulk>=0.8.2', 'babelfish>=0.5.5', 'python-dateutil']
|
||||
if sys.version_info < (2, 7):
|
||||
install_requires.extend(['argparse', 'ordereddict'])
|
||||
setup_requires = ['pytest-runner']
|
||||
|
||||
Reference in New Issue
Block a user