pinned httptools requirement to version 0.0.10+
This commit is contained in:
parent
1498baab0f
commit
d1a578b555
|
@ -12,7 +12,7 @@ dependencies:
|
|||
- zlib=1.2.8=0
|
||||
- pip:
|
||||
- uvloop>=0.5.3
|
||||
- httptools>=0.0.9
|
||||
- httptools>=0.0.10
|
||||
- ujson>=1.35
|
||||
- aiofiles>=0.3.0
|
||||
- websockets>=3.2
|
||||
|
|
|
@ -3,7 +3,7 @@ aiohttp>=2.3.0,<=3.2.1
|
|||
chardet<=2.3.0
|
||||
beautifulsoup4
|
||||
coverage
|
||||
httptools
|
||||
httptools>=0.0.10
|
||||
flake8
|
||||
pytest==3.3.2
|
||||
tox
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
aiofiles
|
||||
httptools
|
||||
httptools>=0.0.10
|
||||
ujson; sys_platform != "win32" and implementation_name == "cpython"
|
||||
uvloop; sys_platform != "win32" and implementation_name == "cpython"
|
||||
websockets>=5.0,<6.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user