From f8ce7aea25d65d2a7fe1f95b11d612fd0f3d1e9b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 19 Feb 2023 12:01:11 -0600 Subject: [PATCH] Remove faust-cchardet dep This lib is an optimization only Removing it per https://github.com/kapi2289/vulcan-api/pull/126#issuecomment-1436052635 Also PEP 517 wheel builds are currently failing for the lib https://github.com/faust-streaming/cChardet/issues/22#issuecomment-1436051476 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4081df3..927a1c9 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,6 @@ "aenum", "related", "aiohttp", - "faust-cchardet", "aiodns", "yarl", ],