mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 08:42:28 +03:00
Use lower min version for requests dependency (fixes #1137)
Ensure compatibility with docker-compose and other packages
This commit is contained in:
parent
d7560047c5
commit
de25bad036
|
@ -10,7 +10,7 @@ six
|
||||||
html5lib==1.0b8
|
html5lib==1.0b8
|
||||||
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.11.0,<3.0.0
|
||||||
regex==2017.4.5
|
regex==2017.4.5
|
||||||
ftfy>=4.4.2,<5.0.0
|
ftfy>=4.4.2,<5.0.0
|
||||||
pytest>=3.0.6,<4.0.0
|
pytest>=3.0.6,<4.0.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user