From bd381ff18a230f7b3abb60ff783a81c6b89e98e1 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:51:41 +0200 Subject: [PATCH] Remove unnecessary dependencies --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0868ea..3fdda95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "aiodns>=3.0.0", "aiohttp>=3.8.1,<4.0", - "cchardet>=2.1.7", "prometheus-client>=0.14.1", ]