mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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:
parent
130dc8823e
commit
31a5d8fa77
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -50,7 +50,7 @@ setup(
|
|||
extras_require={
|
||||
'test': [
|
||||
'pytest==3.6.0',
|
||||
'aiohttp==2.3.2',
|
||||
'aiohttp==3.3.2',
|
||||
'beautifulsoup4==4.6.0',
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue