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