Skip to content

Commit

Permalink
remove setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwald committed Jan 20, 2025
1 parent 23f248c commit 5721c56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ spdx-tools = ">=0.8.0,<0.9.0"
license-expression = ">=30.1.0,<31.0.0"
rustworkx = ">=0.13.0,<0.14.0"
pydantic = ">=2.0.0,<3.0.0"
setuptools = {version = ">=75.8.0", markers="python_version > '3.12'"}


[requires]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def run(self) -> None:
"license-expression<31.0.0,>=30.1.0",
"rustworkx>=0.13.0,<0.14.0",
"pydantic<3.0.0,>=2.0.0",
"setuptools>=75.8.0; python_version > '3.12'",
],
dependency_links=[], # keep it empty, needed for pipenv-setup
license="Apache License 2.0",
Expand Down

0 comments on commit 5721c56

Please sign in to comment.