mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump aiohttp to 3.5.3 to fix a warning
This commit is contained in:
parent
8ce7866312
commit
c4c970f3c9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -50,7 +50,7 @@ setup(
|
||||||
extras_require={
|
extras_require={
|
||||||
'test': [
|
'test': [
|
||||||
'pytest==4.0.2',
|
'pytest==4.0.2',
|
||||||
'aiohttp==3.3.2',
|
'aiohttp==3.5.3',
|
||||||
'beautifulsoup4==4.6.1',
|
'beautifulsoup4==4.6.1',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue