From 6a126fa25f0c835372387de73f0842c656467fbe Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 11 Aug 2020 16:05:00 -0700 Subject: [PATCH] Removed aiohttp from test dependencies It wasn't being used. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 23071258..5ebb76db 100644 --- a/setup.py +++ b/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",