

deps: remove unused dev packages
@b346494591ec00075cee6b11218801af29fca656
--- poetry.lock
+++ poetry.lock
... | ... | @@ -624,23 +624,6 @@ |
624 | 624 |
socks = ["socksio (==1.*)"] |
625 | 625 |
|
626 | 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 | 627 |
name = "huggingface-hub" |
645 | 628 |
version = "0.23.0" |
646 | 629 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" |
... | ... | @@ -1220,24 +1203,6 @@ |
1220 | 1203 |
|
1221 | 1204 |
[package.extras] |
1222 | 1205 |
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 | 1206 |
|
1242 | 1207 |
[[package]] |
1243 | 1208 |
name = "pytest-xdist" |
... | ... | @@ -1984,21 +1949,7 @@ |
1984 | 1949 |
{file = "websockets-12.0.tar.gz", hash = "sha256:81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"}, |
1985 | 1950 |
] |
1986 | 1951 |
|
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 | 1952 |
[metadata] |
2002 | 1953 |
lock-version = "2.0" |
2003 | 1954 |
python-versions = "^3.11" |
2004 |
-content-hash = "e0b51f82f9a518d33787c9f36f5ba0dca05fb34b74c340312480a477d2da6f5d" |
|
1955 |
+content-hash = "438f35ccceac69353aa11520c5d9264d44690d7639bd224d14b582be48ead4c6" |
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -16,16 +16,13 @@ |
16 | 16 |
|
17 | 17 |
[tool.poetry.group.dev.dependencies] |
18 | 18 |
pytest = "^8.2.0" |
19 |
-pytest-asyncio = "^0.23.6" |
|
20 | 19 |
httpx = "^0.27.0" |
21 |
-httpx-ws = "^0.6.0" |
|
22 | 20 |
pytest-xdist = "^3.6.1" |
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
26 | 24 |
[tool.poetry.group.client.dependencies] |
27 | 25 |
httpx = "^0.27.0" |
28 |
-httpx-ws = "^0.6.0" |
|
29 | 26 |
|
30 | 27 |
[tool.ruff] |
31 | 28 |
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?