We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7459e8d commit 156985eCopy full SHA for 156985e
.python-version
@@ -0,0 +1 @@
1
+3.13
pyproject.toml
@@ -22,7 +22,8 @@ classifiers = [
22
"Typing :: Typed",
23
]
24
# Install with pip install .[dev]
25
-optional-dependencies.dev = [
+[dependency-groups]
26
+dev = [
27
"pre-commit",
28
"flit",
29
"mypy",
@@ -38,7 +39,7 @@ optional-dependencies.dev = [
38
39
"markdown",
40
"pytest-doctestplus"
41
-optional-dependencies.docs = [
42
+docs = [
43
"mkdocs-material==9.5.12",
44
45
0 commit comments