Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
b346494
1
Parent(s):
a9ee91b
deps: remove unused dev packages
Browse files- poetry.lock +1 -50
- pyproject.toml +0 -3
poetry.lock
CHANGED
@@ -623,23 +623,6 @@ cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"]
|
|
623 |
http2 = ["h2 (>=3,<5)"]
|
624 |
socks = ["socksio (==1.*)"]
|
625 |
|
626 |
-
[[package]]
|
627 |
-
name = "httpx-ws"
|
628 |
-
version = "0.6.0"
|
629 |
-
description = "WebSockets support for HTTPX"
|
630 |
-
optional = false
|
631 |
-
python-versions = ">=3.8"
|
632 |
-
files = [
|
633 |
-
{file = "httpx_ws-0.6.0-py3-none-any.whl", hash = "sha256:437cfca94519a4e6ae06eb5573192df6c0da85c22b1a19cc1ea0b02b05a51d25"},
|
634 |
-
{file = "httpx_ws-0.6.0.tar.gz", hash = "sha256:60218f531fb474a2143af38568f4b7d94ba356780973443365c8e2c87882bb8c"},
|
635 |
-
]
|
636 |
-
|
637 |
-
[package.dependencies]
|
638 |
-
anyio = ">=4"
|
639 |
-
httpcore = ">=1.0.4"
|
640 |
-
httpx = ">=0.23.1"
|
641 |
-
wsproto = "*"
|
642 |
-
|
643 |
[[package]]
|
644 |
name = "huggingface-hub"
|
645 |
version = "0.23.0"
|
@@ -1221,24 +1204,6 @@ pluggy = ">=1.5,<2.0"
|
|
1221 |
[package.extras]
|
1222 |
dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
|
1223 |
|
1224 |
-
[[package]]
|
1225 |
-
name = "pytest-asyncio"
|
1226 |
-
version = "0.23.6"
|
1227 |
-
description = "Pytest support for asyncio"
|
1228 |
-
optional = false
|
1229 |
-
python-versions = ">=3.8"
|
1230 |
-
files = [
|
1231 |
-
{file = "pytest-asyncio-0.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"},
|
1232 |
-
{file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"},
|
1233 |
-
]
|
1234 |
-
|
1235 |
-
[package.dependencies]
|
1236 |
-
pytest = ">=7.0.0,<9"
|
1237 |
-
|
1238 |
-
[package.extras]
|
1239 |
-
docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"]
|
1240 |
-
testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
|
1241 |
-
|
1242 |
[[package]]
|
1243 |
name = "pytest-xdist"
|
1244 |
version = "3.6.1"
|
@@ -1984,21 +1949,7 @@ files = [
|
|
1984 |
{file = "websockets-12.0.tar.gz", hash = "sha256:81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"},
|
1985 |
]
|
1986 |
|
1987 |
-
[[package]]
|
1988 |
-
name = "wsproto"
|
1989 |
-
version = "1.2.0"
|
1990 |
-
description = "WebSockets state-machine based protocol implementation"
|
1991 |
-
optional = false
|
1992 |
-
python-versions = ">=3.7.0"
|
1993 |
-
files = [
|
1994 |
-
{file = "wsproto-1.2.0-py3-none-any.whl", hash = "sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736"},
|
1995 |
-
{file = "wsproto-1.2.0.tar.gz", hash = "sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065"},
|
1996 |
-
]
|
1997 |
-
|
1998 |
-
[package.dependencies]
|
1999 |
-
h11 = ">=0.9.0,<1"
|
2000 |
-
|
2001 |
[metadata]
|
2002 |
lock-version = "2.0"
|
2003 |
python-versions = "^3.11"
|
2004 |
-
content-hash = "
|
|
|
623 |
http2 = ["h2 (>=3,<5)"]
|
624 |
socks = ["socksio (==1.*)"]
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
[[package]]
|
627 |
name = "huggingface-hub"
|
628 |
version = "0.23.0"
|
|
|
1204 |
[package.extras]
|
1205 |
dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
|
1206 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1207 |
[[package]]
|
1208 |
name = "pytest-xdist"
|
1209 |
version = "3.6.1"
|
|
|
1949 |
{file = "websockets-12.0.tar.gz", hash = "sha256:81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"},
|
1950 |
]
|
1951 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1952 |
[metadata]
|
1953 |
lock-version = "2.0"
|
1954 |
python-versions = "^3.11"
|
1955 |
+
content-hash = "438f35ccceac69353aa11520c5d9264d44690d7639bd224d14b582be48ead4c6"
|
pyproject.toml
CHANGED
@@ -16,16 +16,13 @@ numpy = "^1.26.4"
|
|
16 |
|
17 |
[tool.poetry.group.dev.dependencies]
|
18 |
pytest = "^8.2.0"
|
19 |
-
pytest-asyncio = "^0.23.6"
|
20 |
httpx = "^0.27.0"
|
21 |
-
httpx-ws = "^0.6.0"
|
22 |
pytest-xdist = "^3.6.1"
|
23 |
|
24 |
|
25 |
|
26 |
[tool.poetry.group.client.dependencies]
|
27 |
httpx = "^0.27.0"
|
28 |
-
httpx-ws = "^0.6.0"
|
29 |
|
30 |
[tool.ruff]
|
31 |
target-version = "py311"
|
|
|
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"
|