From 243eab39573401318fa5938b1fc8d8d9ac265f74 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 Sep 2023 14:02:22 +0200 Subject: [PATCH] Remove six --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1c02cf..13bd0d7 100644 --- a/setup.py +++ b/setup.py @@ -58,8 +58,8 @@ def run(self): REQUIRED = [ 'python-dateutil>=2.7.0', - 'six>=1.11.0' ] + TESTS_REQUIRED = [ "pytest>=5.4", "pytest-cov>=2.10",