Update version pin for regex library

This commit is contained in:
Matthew Honnibal 2017-07-22 15:57:58 +02:00
parent d51d55bba6
commit 78fcf56dd5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ html5lib==1.0b8
ujson>=1.35
dill>=0.2,<0.3
requests>=2.11.0,<3.0.0
regex==2017.4.5
regex==2017.7.11
ftfy>=4.4.2,<5.0.0
pytest>=3.0.6,<4.0.0
pip>=9.0.0,<10.0.0

View File

@ -203,7 +203,7 @@ def setup_package():
'ujson>=1.35',
'dill>=0.2,<0.3',
'requests>=2.13.0,<3.0.0',
'regex==2017.4.5',
'regex==2017.7.11',
'ftfy>=4.4.2,<5.0.0'],
classifiers=[
'Development Status :: 5 - Production/Stable',