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 a849381 commit 168230fCopy full SHA for 168230f
backend/pyproject.toml
@@ -126,25 +126,6 @@ dependencies = [
126
"zipp==3.20.2",
127
]
128
129
-[project.optional-dependencies]
130
-dev = [
131
- "coverage==7.6.2",
132
- "hypothesis==6.103.4",
133
- "iniconfig==2.0.0",
134
- "matplotlib==3.9.2",
135
- "mypy==1.17.1",
136
- "mypy_extensions==1.1.0",
137
- "pipdeptree==2.23.4",
138
- "pluggy==1.5.0",
139
- "pytest==8.3.3",
140
- "pytest-asyncio==0.24.0",
141
- "pytest-cov==5.0.0",
142
- "pytest-xdist==3.6.1",
143
- "ruff==0.12.7",
144
- "types-cachetools==6.2.0.20250827",
145
- "types-confluent-kafka==1.3.6",
146
-]
147
-
148
[build-system]
149
requires = ["hatchling"]
150
build-backend = "hatchling.build"
0 commit comments