Remove requests dependency

This commit is contained in:
ines 2018-03-28 12:46:18 +02:00
parent 7fbc9e5874
commit 366c98a94b
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ murmurhash>=0.28,<0.29
plac<1.0.0,>=0.9.6
ujson>=1.35
dill>=0.2,<0.3
requests>=2.13.0,<3.0.0
regex==2017.4.5
pytest>=3.0.6,<4.0.0
mock>=2.0.0,<3.0.0

View File

@ -194,7 +194,6 @@ def setup_package():
'pathlib',
'ujson>=1.35',
'dill>=0.2,<0.3',
'requests>=2.13.0,<3.0.0',
'regex==2017.4.5',
'msgpack-python==0.5.4',
'msgpack-numpy==0.4.1'],