From 79792db4c080e5dde7f6cc5a74b49bd3ec99d429 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Wed, 19 May 2021 14:39:04 -0400 Subject: [PATCH] Drop dependency on zipp (#3940) A search of the repository shows zipp is not imported anywhere. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index a75f64b70..a33eb5aa0 100755 --- a/setup.py +++ b/setup.py @@ -67,8 +67,6 @@ install_requires += [ "rsa<=4.0; python_version < '3'", "setuptools", "setuptools==44.0.0; python_version < '3'", - "zipp", - "zipp==0.6.0; python_version < '3'", ] _dep_PyYAML = "PyYAML>=5.1"