mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 02:26:07 +00:00
fix(source): avoid Shots to be guessed as Showtime and TS
Close #709 Close #710
This commit is contained in:
@@ -15,7 +15,7 @@ with io.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||
with io.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f:
|
||||
changelog = f.read()
|
||||
|
||||
install_requires = ['rebulk>=3', 'babelfish', 'python-dateutil', 'importlib-resources']
|
||||
install_requires = ['rebulk>=3.1.0', 'babelfish', 'python-dateutil', 'importlib-resources']
|
||||
|
||||
setup_requires = ['pytest-runner']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user