We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36a70d commit 62b562cCopy full SHA for 62b562c
1 file changed
pyproject.toml
@@ -31,15 +31,17 @@ classifiers = [
31
[project.optional-dependencies]
32
dev = [
33
"datamodel-code-generator",
34
- "setuptools_scm",
35
"black"
36
]
+jupyter = [
37
+ "ipykernel"
38
+]
39
40
[build-system]
41
requires = [
- "setuptools>=45",
42
"wheel",
- "setuptools_scm[toml]>=6.2",
43
+ "setuptools",
44
+ "setuptools_scm[toml]",
45
46
build-backend = "setuptools.build_meta"
47
0 commit comments