Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
8c4e53e
1
Parent(s):
b346494
deps: remove unused client packages
Browse files- poetry.lock +1 -1
- pyproject.toml +0 -6
poetry.lock
CHANGED
@@ -1952,4 +1952,4 @@ files = [
|
|
1952 |
[metadata]
|
1953 |
lock-version = "2.0"
|
1954 |
python-versions = "^3.11"
|
1955 |
-
content-hash = "
|
|
|
1952 |
[metadata]
|
1953 |
lock-version = "2.0"
|
1954 |
python-versions = "^3.11"
|
1955 |
+
content-hash = "4402b393244cd34487ae1e94b7b61cef8d0545e07e51cb1eed4667ebbe147856"
|
pyproject.toml
CHANGED
@@ -13,17 +13,11 @@ pydantic-settings = "^2.2.1"
|
|
13 |
websockets = "^12.0"
|
14 |
numpy = "^1.26.4"
|
15 |
|
16 |
-
|
17 |
[tool.poetry.group.dev.dependencies]
|
18 |
pytest = "^8.2.0"
|
19 |
httpx = "^0.27.0"
|
20 |
pytest-xdist = "^3.6.1"
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
[tool.poetry.group.client.dependencies]
|
25 |
-
httpx = "^0.27.0"
|
26 |
-
|
27 |
[tool.ruff]
|
28 |
target-version = "py311"
|
29 |
|
|
|
13 |
websockets = "^12.0"
|
14 |
numpy = "^1.26.4"
|
15 |
|
|
|
16 |
[tool.poetry.group.dev.dependencies]
|
17 |
pytest = "^8.2.0"
|
18 |
httpx = "^0.27.0"
|
19 |
pytest-xdist = "^3.6.1"
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
[tool.ruff]
|
22 |
target-version = "py311"
|
23 |
|