Merge pull request #1343 from vltr/httptools_pinned

pinned httptools requirement to version 0.0.10+
This commit is contained in:
Stephen Sadowski 2018-10-03 19:27:25 -05:00 committed by GitHub
commit db1ba21d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -56,7 +56,7 @@ ujson = 'ujson>=1.35' + env_dependency
uvloop = 'uvloop>=0.5.3' + env_dependency
requirements = [
'httptools>=0.0.9',
'httptools>=0.0.10',
uvloop,
ujson,
'aiofiles>=0.3.0',