From bd88bd964d4f91da6716abaf77370de1a4fa597e Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Tue, 28 Jul 2026 13:18:31 -0700 Subject: [PATCH] python: Remove dependency on requests and charset_normalizer Both of these are completely unused, even transitively --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 76c3405..d0ca790 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,12 +44,10 @@ install_requires = argcomplete async_lru attrs - requests rich multidict yarl async_timeout - charset_normalizer aiosignal setup_requires = setuptools