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
|
- zlib=1.2.8=0
|
||||||
- pip:
|
- pip:
|
||||||
- uvloop>=0.5.3
|
- uvloop>=0.5.3
|
||||||
- httptools>=0.0.9
|
- httptools>=0.0.10
|
||||||
- ujson>=1.35
|
- ujson>=1.35
|
||||||
- aiofiles>=0.3.0
|
- aiofiles>=0.3.0
|
||||||
- websockets>=3.2
|
- websockets>=3.2
|
||||||
|
|
|
@ -3,7 +3,7 @@ aiohttp>=2.3.0,<=3.2.1
|
||||||
chardet<=2.3.0
|
chardet<=2.3.0
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
coverage
|
coverage
|
||||||
httptools
|
httptools>=0.0.10
|
||||||
flake8
|
flake8
|
||||||
pytest==3.3.2
|
pytest==3.3.2
|
||||||
tox
|
tox
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
aiofiles
|
aiofiles
|
||||||
httptools
|
httptools>=0.0.10
|
||||||
ujson; sys_platform != "win32" and implementation_name == "cpython"
|
ujson; sys_platform != "win32" and implementation_name == "cpython"
|
||||||
uvloop; sys_platform != "win32" and implementation_name == "cpython"
|
uvloop; sys_platform != "win32" and implementation_name == "cpython"
|
||||||
websockets>=5.0,<6.0
|
websockets>=5.0,<6.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ ujson = 'ujson>=1.35' + env_dependency
|
||||||
uvloop = 'uvloop>=0.5.3' + env_dependency
|
uvloop = 'uvloop>=0.5.3' + env_dependency
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
'httptools>=0.0.9',
|
'httptools>=0.0.10',
|
||||||
uvloop,
|
uvloop,
|
||||||
ujson,
|
ujson,
|
||||||
'aiofiles>=0.3.0',
|
'aiofiles>=0.3.0',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user