Migrate to rebulk 2.0.0

This also enhance some rules in season/episodes handling
This commit is contained in:
Rémi Alvergnat
2019-08-18 22:44:09 +02:00
parent bc65e99255
commit a43966ab41
13 changed files with 219 additions and 142 deletions
+1 -1
View File
@@ -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', 'babelfish', 'python-dateutil', 'six']
install_requires = ['rebulk>=2', 'babelfish', 'python-dateutil', 'six']
setup_requires = ['pytest-runner']