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 5b35868 commit 7919374Copy full SHA for 7919374
pyproject.toml
@@ -36,6 +36,7 @@ classifiers = [
36
]
37
38
dependencies = [
39
+ "pip>=24.3.1",
40
"typing-extensions>=4.11.0",
41
"platformdirs>=4.3.6",
42
"pydantic>=2.7.1",
@@ -56,14 +57,11 @@ all = [
56
57
58
59
[build-system]
-requires = ["pdm-backend"]
60
-build-backend = "pdm.backend"
+requires = ["hatchling"]
61
+build-backend = "hatchling.build"
62
-[tool.pdm]
63
-distribution = true
64
-
65
-[tool.pdm.dev-dependencies]
66
-dev = [
+[tool.uv]
+dev-dependencies = [
67
"mypy>=1.10.0",
68
"pyright",
69
"django>=4.0",
0 commit comments