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 3a2f255 commit cf119e8Copy full SHA for cf119e8
pyproject.toml
@@ -1,7 +1,4 @@
1
[project]
2
-authors = [
3
- {name = "Daria Sotnikova", email = "[email protected]"},
4
-]
5
name = "hexlet-code"
6
version = "0.1.0"
7
description = "This project compiles 5 console games to train your brain"
@@ -11,6 +8,9 @@ dependencies = [
11
8
"prompt>=0.4.1",
12
9
]
13
10
+[tool.uv]
+concurrent-installs = 1
+
14
[build-system]
15
requires = ["hatchling"]
16
build-backend = "hatchling.build"
0 commit comments