From a829158b48b32664a6b9fe148bade0b702443ba9 Mon Sep 17 00:00:00 2001 From: sumanjeet0012 Date: Sun, 12 Jul 2026 12:12:48 +0530 Subject: [PATCH] chore: remove unused six dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01f775d..759eb4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ classifiers = [ requires-python = ">=3.10, <4.0" dependencies = [ "python-baseconv>=1.2.0,<2.0", - "six>=1.10.0,<2.0", "morphys>=1.0,<2.0", ]