mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed aiohttp from test dependencies
It wasn't being used.
This commit is contained in:
parent
5126ecb126
commit
6a126fa25f
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -69,7 +69,6 @@ setup(
|
|||
"test": [
|
||||
"pytest>=5.2.2,<6.1.0",
|
||||
"pytest-asyncio>=0.10,<0.15",
|
||||
"aiohttp~=3.6.2",
|
||||
"beautifulsoup4>=4.8.1,<4.10.0",
|
||||
"asgiref~=3.2.3",
|
||||
"black~=19.10b0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue