Fiddle with regex pin

This commit is contained in:
Matthew Honnibal 2017-07-22 16:09:50 +02:00
parent 78fcf56dd5
commit 5494605689
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.7.11
regex>=2017.4.1,<2017.12.1
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.7.11',
'regex>=2017.4.1,<2017.12.1',
'ftfy>=4.4.2,<5.0.0'],
classifiers=[
'Development Status :: 5 - Production/Stable',