mirror of https://github.com/explosion/spaCy.git
Remove requests dependency
This commit is contained in:
parent
7fbc9e5874
commit
366c98a94b
|
@ -8,7 +8,6 @@ murmurhash>=0.28,<0.29
|
||||||
plac<1.0.0,>=0.9.6
|
plac<1.0.0,>=0.9.6
|
||||||
ujson>=1.35
|
ujson>=1.35
|
||||||
dill>=0.2,<0.3
|
dill>=0.2,<0.3
|
||||||
requests>=2.13.0,<3.0.0
|
|
||||||
regex==2017.4.5
|
regex==2017.4.5
|
||||||
pytest>=3.0.6,<4.0.0
|
pytest>=3.0.6,<4.0.0
|
||||||
mock>=2.0.0,<3.0.0
|
mock>=2.0.0,<3.0.0
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -194,7 +194,6 @@ def setup_package():
|
||||||
'pathlib',
|
'pathlib',
|
||||||
'ujson>=1.35',
|
'ujson>=1.35',
|
||||||
'dill>=0.2,<0.3',
|
'dill>=0.2,<0.3',
|
||||||
'requests>=2.13.0,<3.0.0',
|
|
||||||
'regex==2017.4.5',
|
'regex==2017.4.5',
|
||||||
'msgpack-python==0.5.4',
|
'msgpack-python==0.5.4',
|
||||||
'msgpack-numpy==0.4.1'],
|
'msgpack-numpy==0.4.1'],
|
||||||
|
|
Loading…
Reference in New Issue