Fix setup.py

This commit is contained in:
Matthew Honnibal 2017-04-07 17:53:22 +02:00
parent eedafd8d82
commit cc24b6d8d5

View File

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