From c7b0cea2f8084b9b8c1833237749e49705819623 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Mon, 1 Nov 2021 15:02:56 +0600 Subject: [PATCH] six should be dropped --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0ea293642..e9d1e8c9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,6 @@ install_requires = oauthlib >= 3.1.0 jwcrypto >= 0.8.0 importlib-metadata; python_version < "3.8" - six [options.packages.find] exclude = tests