Cleanup unused dependencies (#3872)

This commit is contained in:
Stanislav Novosad
2025-10-30 21:53:12 -06:00
committed by GitHub
parent 34258dd81a
commit 77d72cf812
2 changed files with 0 additions and 434 deletions

View File

@@ -40,8 +40,6 @@ dependencies = [
"types-toml>=0.10.8.7,<0.11",
"httpx[socks]>=0.27.0",
"filetype>=1.2.0,<2",
"onnxruntime>=1.20.0,<1.23.0 ; python_version >= '3.12' and python_version < '3.14'",
"onnxruntime<1.17 ; python_version >= '3.11' and python_version < '3.12'",
"aioredlock>=0.7.3,<0.8",
"tldextract>=5.1.2,<6",
"websockets~=12.0",
@@ -59,8 +57,6 @@ dependencies = [
"tiktoken>=0.9.0",
"anthropic>=0.50.0,<0.51",
"google-cloud-aiplatform>=1.90.0,<2",
"alive-progress>=3.2.0,<4",
"colorama>=0.4.6,<0.5",
"onepassword-sdk==0.3.0",
"types-boto3[full]>=1.38.31,<2",
"lark>=1.2.2,<2",
@@ -82,23 +78,16 @@ cloud = [
dev = [
"isort>=5.13.2",
"mypy>=1.18.2,<2",
"flake8>=6.0.0,<7",
"types-requests>=2.31.0.2,<3",
"pytest>=7.4.0,<8",
"pytest-asyncio>=0.21.1,<0.22",
"watchdog>=3.0.0,<4",
"mock>=5.1.0,<6",
"autoflake>=2.2.0,<3",
"pydevd-pycharm>=233.6745.319,<234",
"ipython>=8.17.2,<9",
"typer>=0.16.0,<0.17",
"ipykernel>=6.26.0,<7",
"notebook>=7.0.6,<8",
"freezegun>=1.2.2,<2",
"snoop>=0.4.3,<0.5",
"rich[jupyter]>=13.7.0,<14",
"fpdf>=1.7.2,<2",
"pypdf>=5.0.1,<6",
"twine>=6.1.0,<7",
"build>=1.2.2.post1,<2",
"pre-commit>=4.2.0,<5",