mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-08 04:31:35 +00:00
bump rebulk version
This commit is contained in:
@@ -11,7 +11,7 @@ here = os.path.abspath(os.path.dirname(__file__))
|
||||
README = open(os.path.join(here, 'README.rst')).read()
|
||||
HISTORY = open(os.path.join(here, 'HISTORY.rst')).read()
|
||||
|
||||
install_requires = ['rebulk>=0.4.1', 'regex', 'babelfish>=0.5.5', 'python-dateutil']
|
||||
install_requires = ['rebulk>=0.4.2', 'regex', 'babelfish>=0.5.5', 'python-dateutil']
|
||||
|
||||
setup_requires=['pytest-runner']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user