From 17a90455f031f7ec65452da5fc95880a7675530f Mon Sep 17 00:00:00 2001 From: Matthias-Christian Ott Date: Sat, 7 Sep 2024 11:55:23 +0200 Subject: [PATCH] Remove six dependency Python 2 is no longer supported for mirrormanager2. Therefore, the dependency to six can be removed. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c493730..cc04899f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,6 @@ rich = "^13.7.0" mrtparse = "^2.2.0" requests = "^2.31.0" mirrormanager-messages = "^1.0.0" -six = "^1.16.0" [tool.poetry.group.dev.dependencies] black = ">=22.6.0"