Drop dependency on zipp (#3940)
A search of the repository shows zipp is not imported anywhere.
This commit is contained in:
parent
24fa8f25a1
commit
79792db4c0
2
setup.py
2
setup.py
@ -67,8 +67,6 @@ install_requires += [
|
|||||||
"rsa<=4.0; python_version < '3'",
|
"rsa<=4.0; python_version < '3'",
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"setuptools==44.0.0; python_version < '3'",
|
"setuptools==44.0.0; python_version < '3'",
|
||||||
"zipp",
|
|
||||||
"zipp==0.6.0; python_version < '3'",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
_dep_PyYAML = "PyYAML>=5.1"
|
_dep_PyYAML = "PyYAML>=5.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user