Skip to content

Commit 451b406

Browse files
committed
fix(deps): bump minimal setuptools
08edb0f raised the requirement.
1 parent 9c4f10d commit 451b406

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools>=61.2", "translate-toolkit"]
3+
requires = [
4+
"setuptools>=69.0.0",
5+
"translate-toolkit"
6+
]
47

58
[project]
69
authors = [{name = "Michal Čihař", email = "[email protected]"}]

0 commit comments

Comments
 (0)