mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 02:26:07 +00:00
Upgrade to rebulk 0.8.1 to support python 2.6
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.0', 'babelfish>=0.5.5', 'python-dateutil']
|
||||
install_requires = ['rebulk>=0.8.1', '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