1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 11:16:44 +02:00

Upgrade aiohttp

related to https://github.com/aio-libs/aiohttp/pull/2667
This commit is contained in:
Sylvain Bellemare 2018-01-16 11:54:17 +01:00
parent 9bed8f363a
commit afda1686e6

View File

@ -80,10 +80,9 @@ install_requires = [
'multipipes~=0.1.0',
'jsonschema~=2.5.1',
'pyyaml~=3.12',
'aiohttp~=2.0',
'aiohttp~=2.3',
'python-rapidjson-schema==0.1.1',
'statsd==3.2.1',
'yarl>=0.11,<1.0',
]
setup(