94b9bc7950
In aiohttp 3.1.0 there were some breaking changes that caused the custom methods to be no longer compatible with latest upstream aiohttp Client class. See:903073283f
and:b42e0ced46
This commit adds aiohttp version checks to adapt to these changes.
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
aiofiles
|
|
aiohttp>=2.3.0
|
|
chardet<=2.3.0
|
|
beautifulsoup4
|
|
coverage
|
|
httptools
|
|
flake8
|
|
pytest==3.3.2
|
|
tox
|
|
ujson; sys_platform != "win32" and implementation_name == "cpython"
|
|
uvloop; sys_platform != "win32" and implementation_name == "cpython"
|
|
gunicorn
|