diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index cdbfad6..2926a0c --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ # ], install_requires=[ # 'aiodns==1.1.1', - # 'aiohttp==2.2.5', + # 'aiohttp==3.7.4', # 'aiohttp-debugtoolbar==0.4.1', # 'aiohttp-jinja2==0.14.0', # 'aiopg==0.13.1', @@ -122,7 +122,7 @@ # 'yarl==0.12.0', 'aiodns', # Recommended by aiohttp docs - 'aiohttp==2.2.5', + 'aiohttp==3.7.4', 'aiohttp-jinja2==0.14.0', 'aiopg', 'datapunt-authorization-django==0.2.18', # Only for jwks module in this package