Compare commits

...

1 commit

Author SHA1 Message Date
Simon Willison
8d34ed7761
Bump aiohttp to fix compatibility with Python 3.7
Tests failed here: https://travis-ci.org/simonw/datasette/jobs/403223333
2018-07-12 10:41:20 -07:00

View file

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