bump rebulk version

This commit is contained in:
Toilal
2015-11-05 21:02:45 +01:00
parent 53c5522b23
commit b2c6917be1
+1 -1
View File
@@ -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']