From aa15c14df22f342c9d324170df8b9d926b08dc52 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 31 Oct 2022 19:20:53 +0000 Subject: [PATCH] Stop requiring six Not used since: ff3ecd5 ("start attempting to fix ci", 2022-06-11) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c2f9816..13b3ec9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,6 @@ ], install_requires=[ "attrs>=19.2.0", - "six", ], extras_require={ "visualize": ["graphviz>0.5.1",