remove zipp as a dependency
This commit is contained in:
Родитель
f599a62a53
Коммит
a29c7bc380
|
@ -127,7 +127,7 @@ setup(
|
||||||
"../notices",
|
"../notices",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=["typing_extensions==3.7.4.3", "zipp==3.19.1"],
|
install_requires=["typing_extensions==3.7.4.3"],
|
||||||
tests_require=["pytest==3.2.3"],
|
tests_require=["pytest==3.2.3"],
|
||||||
cmdclass={"test": PyTest, "format": Formatter, "types": TypeChecking},
|
cmdclass={"test": PyTest, "format": Formatter, "types": TypeChecking},
|
||||||
url="http://www.cyclecomputing.com",
|
url="http://www.cyclecomputing.com",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче