Fix regex version pin

This commit is contained in:
Matthew Honnibal 2017-04-07 17:47:11 +02:00
parent 887827fc6a
commit eedafd8d82
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ six
ujson>=1.35
dill>=0.2,<0.3
requests>=2.13.0,<3.0.0
regex>=2.4.0,<3.0.0
regex==2017.4.5

View File

@ -247,7 +247,7 @@ def setup_package():
'ujson>=1.35',
'dill>=0.2,<0.3',
'requests>=2.13.0,<3.0.0',
'regex>=2.4.0,<3.0.0'],
'regex==2017.4.5']
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',