Fix Title not properly guessed when 'Complete' appears with 'The' article.

Requires new rebulk version (0.7.5)

Close #340
This commit is contained in:
Toilal
2016-09-18 11:47:44 +02:00
parent 0045b7df16
commit 0a04fd3948
4 changed files with 42 additions and 9 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>=0.7.4', 'babelfish>=0.5.5', 'python-dateutil']
install_requires = ['rebulk>=0.7.5', 'babelfish>=0.5.5', 'python-dateutil']
if sys.version_info < (2, 7):
install_requires.extend(['argparse', 'ordereddict'])
setup_requires = ['pytest-runner']