

deps: remove unused client packages
@8c4e53ef31b4278b8e1c79335eb1505be28a08e5
--- poetry.lock
+++ poetry.lock
... | ... | @@ -1952,4 +1952,4 @@ |
1952 | 1952 |
[metadata] |
1953 | 1953 |
lock-version = "2.0" |
1954 | 1954 |
python-versions = "^3.11" |
1955 |
-content-hash = "438f35ccceac69353aa11520c5d9264d44690d7639bd224d14b582be48ead4c6" |
|
1955 |
+content-hash = "4402b393244cd34487ae1e94b7b61cef8d0545e07e51cb1eed4667ebbe147856" |
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -13,16 +13,10 @@ |
13 | 13 |
websockets = "^12.0" |
14 | 14 |
numpy = "^1.26.4" |
15 | 15 |
|
16 |
- |
|
17 | 16 |
[tool.poetry.group.dev.dependencies] |
18 | 17 |
pytest = "^8.2.0" |
19 | 18 |
httpx = "^0.27.0" |
20 | 19 |
pytest-xdist = "^3.6.1" |
21 |
- |
|
22 |
- |
|
23 |
- |
|
24 |
-[tool.poetry.group.client.dependencies] |
|
25 |
-httpx = "^0.27.0" |
|
26 | 20 |
|
27 | 21 |
[tool.ruff] |
28 | 22 |
target-version = "py311" |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?