Skip to content

Commit 484eb5b

Browse files
committed
[improvement][deps-cleanup][remove unused packages from requirements][improvement][litellm-pin][pin litellm version to match pyproject][improvement][requests-add][add missing requests dependency to pyproject]
1 parent f5e66f4 commit 484eb5b

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,18 @@ python = ">=3.10,<4.0"
6060
setuptools = "*"
6161
asyncio = ">=3.4.3,<5.0"
6262
toml = "*"
63-
pypdf = "5.1.0"
6463
loguru = "*"
6564
pydantic = "*"
6665
tenacity = "*"
6766
psutil = "*"
6867
python-dotenv = "*"
6968
PyYAML = "*"
7069
networkx = "*"
71-
aiofiles = "*"
7270
rich = "*"
73-
numpy = "*"
7471
litellm = "1.76.1"
7572
httpx = "*"
73+
requests = "*"
7674
mcp = "*"
77-
aiohttp = "*"
7875
schedule = "*"
7976
uvloop = {version = "*", markers = "sys_platform == 'linux' or sys_platform == 'darwin'"}
8077
winloop = {version = "*", markers = "sys_platform == 'win32'"}

requirements.txt

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,17 @@
11
asyncio>=3.4.3,<5.0
22
toml
3-
pypdf==5.1.0
4-
ratelimit==2.2.1
53
loguru
64
pydantic==2.12.5
75
tenacity
86
rich
97
psutil
108
python-dotenv
119
PyYAML
12-
black
13-
ruff
14-
types-toml>=0.10.8.1
15-
types-pytz>=2023.3,<2027.0
16-
types-chardet>=5.0.4.6
17-
mypy-protobuf>=3.0.0
18-
pytest
1910
networkx
20-
aiofiles
2111
httpx
2212
requests
23-
litellm
24-
# vllm>=0.2.0
25-
aiohttp
13+
litellm==1.76.1
2614
mcp
27-
numpy
2815
schedule
2916
uvloop; sys_platform == 'linux' or sys_platform == 'darwin' # linux or macos only
30-
winloop; sys_platform == 'win32' # windows only
17+
winloop; sys_platform == 'win32' # windows only

0 commit comments

Comments
 (0)