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 e186435 commit a93c68aCopy full SHA for a93c68a
pyproject.toml
@@ -1,3 +1,11 @@
1
+# Currently this file is used merely for configuration
2
+# of tools. For dependencies, see requirements.txt.
3
+#
4
+# One day there will be a way how to specify dependencies
5
+# in pyproject.toml, and then install them by pip without
6
+# the need for installing this directory as a package
7
+# on its own, but that day is not today.
8
+
9
[project]
10
requires-python = "==3.12"
11
0 commit comments