Skip to content

Commit

Permalink
pyproject: remove setuptools from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed May 31, 2024
1 parent acc8afb commit 43a73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A Waybar module for displaying cryptocurrency market information
authors = [{ name = "Ross", email = "[email protected]" }]
license = { file = "LICENSE.md" }
requires-python = ">=3.8"
dependencies = ["requests", "setuptools"]
dependencies = ["requests"]
dynamic = ["version", "readme"]

[project.scripts]
Expand Down

0 comments on commit 43a73d4

Please sign in to comment.