From eb73207913915be7131256a1ed80d2402ecf6ad6 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Wed, 12 Feb 2020 23:21:51 +0100 Subject: Removing Python 2 support - no need for six #54 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 68ad1c5..1b16e9f 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ setup( }, license='MIT', install_requires=[ - 'six', ], extras_require={ 'PDF': 'reportlab' -- cgit