Skip to content

Commit a93c68a

Browse files
committed
explain
1 parent e186435 commit a93c68a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
[project]
210
requires-python = "==3.12"
311

0 commit comments

Comments
 (0)