fix(source): avoid Shots to be guessed as Showtime and TS

Close #709
Close #710
This commit is contained in:
Rémi Alvergnat
2021-11-05 00:15:31 +01:00
parent f1d8f61fb6
commit de85403dd4
3 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -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']