We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4f10d commit 451b406Copy full SHA for 451b406
pyproject.toml
@@ -1,6 +1,9 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
-requires = ["setuptools>=61.2", "translate-toolkit"]
+requires = [
4
+ "setuptools>=69.0.0",
5
+ "translate-toolkit"
6
+]
7
8
[project]
9
authors = [{name = "Michal Čihař", email = "[email protected]"}]
0 commit comments