mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Add requests to requirements
This commit is contained in:
parent
71956c94db
commit
b62322d602
|
@ -10,3 +10,4 @@ six
|
||||||
ujson>=1.35
|
ujson>=1.35
|
||||||
sputnik>=0.9.2,<0.10.0
|
sputnik>=0.9.2,<0.10.0
|
||||||
dill>=0.2,<0.3
|
dill>=0.2,<0.3
|
||||||
|
requests>=2.13.0,<3.0.0
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -242,7 +242,8 @@ def setup_package():
|
||||||
'pathlib',
|
'pathlib',
|
||||||
'sputnik>=0.9.2,<0.10.0',
|
'sputnik>=0.9.2,<0.10.0',
|
||||||
'ujson>=1.35',
|
'ujson>=1.35',
|
||||||
'dill>=0.2,<0.3'],
|
'dill>=0.2,<0.3',
|
||||||
|
'requests>=2.13.0,<3.0.0'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user