Drop dependency on zipp (#3940)

A search of the repository shows zipp is not imported anywhere.
This commit is contained in:
Ben Beasley 2021-05-19 14:39:04 -04:00 committed by GitHub
parent 24fa8f25a1
commit 79792db4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"