Bump aiohttp to fix compatibility with Python 3.7

Tests failed here: https://travis-ci.org/simonw/datasette/jobs/403223333
This commit is contained in:
Simon Willison 2018-07-12 10:41:20 -07:00 committed by Simon Willison
commit 31a5d8fa77

View file

@ -50,7 +50,7 @@ setup(
extras_require={
'test': [
'pytest==3.6.0',
'aiohttp==2.3.2',
'aiohttp==3.3.2',
'beautifulsoup4==4.6.0',
]
},