Skip to content

Commit ad7ba41

Browse files
committed
chore(deps): move setuptools to flake
1 parent 4aa6929 commit ad7ba41

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
pkgs.git-cliff
119119
pkgs.typos
120120
pkgs.uv
121+
pythonSet.setuptools # required for legacy build fallback
121122
];
122123

123124
env = {

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ test = [
4949
dev = [
5050
"ruff>=0.1.14",
5151
"poethepoet>=0.34.0",
52-
"setuptools>=80.9.0", # required to build re2 if wheels are unavailable
5352
]
5453
web = [
5554
"APScheduler>=3.5.3",

uv.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)