From d0ee53f4213082c72e42b2565d7a03cb49832d34 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Fri, 22 Mar 2024 11:26:04 -0700 Subject: [PATCH] setup: Add attrs dependency Another undeclared dependency of aiohttp --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7469d7e..0922998 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,7 @@ python_requires = >=3.8 install_requires = aiohttp async_lru + attrs requests rich multidict