allow higher version of regex library

This commit is contained in:
Alex Riina
2015-03-08 00:36:19 -05:00
committed by Alex Riina
parent e3ef622031
commit 215e36e9ed
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ setup(name='talon',
zip_safe=True,
install_requires=[
"lxml==2.3.3",
"regex==0.1.20110315", # handling of .* changes from version 0 to 1
"regex>=1",
"html2text",
"nose==1.2.1",
"mock",