We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0409c66 commit 61ae615Copy full SHA for 61ae615
1 file changed
pyproject.toml
@@ -2,14 +2,15 @@
2
name = "ngff-spec"
3
dynamic = ["version"]
4
description = "Next-generation file format specification"
5
-requires-python = ">=3.10"
+requires-python = ">=3.11"
6
7
dependencies = [
8
"json-schema-for-humans",
9
"json_with_comments",
10
"jupyter-book==2.0.0b3",
11
"jsonschema_markdown",
12
"mystmd==1.6.3",
13
+ "tomli",
14
]
15
16
[project.optional-dependencies]
@@ -26,4 +27,9 @@ packages = ["."]
26
27
28
[build-system]
29
requires = ["hatchling>=1.8.0,<1.21.1"]
-build-backend = "hatchling.build"
30
+build-backend = "hatchling.build"
31
+
32
+[tool.codespell]
33
+skip = 'references.bib'
34
+count = true
35
+quiet-level = 3
0 commit comments