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 bfaadac commit aa5df15Copy full SHA for aa5df15
pyproject.toml
@@ -62,9 +62,6 @@ include = [
62
"class_generator/schema/_definitions.json",
63
]
64
65
-[tool.uv]
66
-dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
67
-
68
[project]
69
requires-python = ">=3.10"
70
name = "openshift-python-wrapper"
@@ -128,3 +125,4 @@ build-backend = "hatchling.build"
128
125
129
126
[dependency-groups]
130
127
tests = ["pytest>=8.3.5", "pytest-cov>=6.1.1"]
+dev = ["ipdb>=0.13.13", "ipython>=8.12.3"]
0 commit comments