From a6313ca406171567f26d8326e7dc989e4ff8634b Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Thu, 16 Mar 2023 22:22:43 -0700 Subject: [PATCH] Remove cchardet dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d34b79..9c3fae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,6 @@ appdirs = "^1.4.4" m3u8 = "^0.9.0" aiofiles = "^0.7.0" aiohttp = "^3.7.4" -cchardet = "^2.1.7" aiodns = "^3.0.0" [tool.poetry.urls]