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
1 changed files with 0 additions and 2 deletions
2
setup.py
2
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue