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