Revert "Upgrade aiohttp to 2.2.4"

This reverts commit 7c92f7e1ad.
pull/8805/head
Fabian Affolter 2017-08-03 10:11:32 +02:00
parent 7c92f7e1ad
commit d8cded637c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ pip>=8.0.3
jinja2>=2.9.5
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.4
aiohttp==2.2.3
async_timeout==1.2.1
chardet==3.0.4
astral==1.4

View File

@ -6,7 +6,7 @@ pip>=8.0.3
jinja2>=2.9.5
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.4
aiohttp==2.2.3
async_timeout==1.2.1
chardet==3.0.4
astral==1.4

View File

@ -22,7 +22,7 @@ REQUIRES = [
'jinja2>=2.9.5',
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.2.4',
'aiohttp==2.2.3',
'async_timeout==1.2.1',
'chardet==3.0.4',
'astral==1.4',