Skip to content

Commit 731650e

Browse files
committed
Add httpx dependency for WebAPI backend and remove from optional dependencies
1 parent b6f4dda commit 731650e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,17 @@ dependencies = [
3030
"ipykernel>=6.0",
3131
"jupyter-client>=7.0",
3232
"numpy>=1.22",
33+
"httpx>=0.25.0",
3334
"h5py>=3.0",
3435
"matplotlib>=3.5",
3536
"sigima>=1.0",
3637
]
3738

3839
[project.optional-dependencies]
39-
webapi = [
40-
# HTTP client for WebAPI backend (WASM-compatible)
41-
"httpx>=0.25.0",
42-
]
4340
dev = [
4441
"pytest>=7.0",
4542
"pytest-cov>=4.0",
4643
"ruff>=0.1.0",
47-
"httpx>=0.25.0",
4844
]
4945
doc = [
5046
"sphinx>=7.0",

0 commit comments

Comments
 (0)