From a29c7bc380a055fc90647ec0f0d4444554cd7f23 Mon Sep 17 00:00:00 2001 From: Ryan Hamel Date: Mon, 15 Jul 2024 20:59:16 +0000 Subject: [PATCH] remove zipp as a dependency --- pbspro/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbspro/setup.py b/pbspro/setup.py index be207e4..7ac4786 100644 --- a/pbspro/setup.py +++ b/pbspro/setup.py @@ -127,7 +127,7 @@ setup( "../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"], cmdclass={"test": PyTest, "format": Formatter, "types": TypeChecking}, url="http://www.cyclecomputing.com",