Skip to content

Commit

Permalink
Merge pull request #71 from Azure/ryhamel/remove-zipp
Browse files Browse the repository at this point in the history
remove zipp as a dependency
  • Loading branch information
ryanhamel authored Jul 15, 2024
2 parents f599a62 + a29c7bc commit 7cb803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbspro/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run(self) -> None:
"../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",
Expand Down

0 comments on commit 7cb803b

Please sign in to comment.