Removed aiohttp from test dependencies

It wasn't being used.
This commit is contained in:
Simon Willison 2020-08-11 16:05:00 -07:00 committed by GitHub
commit 6a126fa25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",