Skip to content

Commit

Permalink
setuptools is not a install requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 4, 2024
1 parent 75e073c commit 6699737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
package_dir={"cwltool.tests": "tests"},
include_package_data=True,
install_requires=[
"setuptools",
"requests >= 2.6.1", # >= 2.6.1 to workaround
# https://github.com/ionrock/cachecontrol/issues/137
"ruamel.yaml >= 0.16, < 0.19",
Expand Down

0 comments on commit 6699737

Please sign in to comment.