Skip to content

Commit 43a73d4

Browse files
committed
pyproject: remove setuptools from deps
1 parent acc8afb commit 43a73d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A Waybar module for displaying cryptocurrency market information
44
authors = [{ name = "Ross", email = "git@ross.ch" }]
55
license = { file = "LICENSE.md" }
66
requires-python = ">=3.8"
7-
dependencies = ["requests", "setuptools"]
7+
dependencies = ["requests"]
88
dynamic = ["version", "readme"]
99

1010
[project.scripts]

0 commit comments

Comments
 (0)