alvis44 commited on
Commit
80523ea
·
verified ·
1 Parent(s): d8089a6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -7
requirements.txt CHANGED
@@ -1,7 +1,90 @@
1
- markdownify
2
- smolagents
3
- requests
4
- duckduckgo_search
5
- pandas
6
- openpyxl
7
- litellm
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.11.14
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ attrs==25.3.0
8
+ beautifulsoup4==4.13.3
9
+ certifi==2025.1.31
10
+ charset-normalizer==3.4.1
11
+ click==8.1.8
12
+ colorama==0.4.6
13
+ contourpy==1.3.1
14
+ cycler==0.12.1
15
+ distro==1.9.0
16
+ duckduckgo_search==7.5.4
17
+ et_xmlfile==2.0.0
18
+ fastapi==0.115.12
19
+ ffmpy==0.5.0
20
+ filelock==3.18.0
21
+ fonttools==4.56.0
22
+ frozenlist==1.5.0
23
+ fsspec==2025.3.0
24
+ gradio==5.23.1
25
+ gradio_client==1.8.0
26
+ groovy==0.1.2
27
+ h11==0.14.0
28
+ httpcore==1.0.7
29
+ httpx==0.28.1
30
+ huggingface-hub==0.29.3
31
+ idna==3.10
32
+ importlib_metadata==8.6.1
33
+ Jinja2==3.1.6
34
+ jiter==0.9.0
35
+ jsonschema==4.23.0
36
+ jsonschema-specifications==2024.10.1
37
+ kiwisolver==1.4.8
38
+ litellm==1.64.1
39
+ lxml==5.3.1
40
+ markdown-it-py==3.0.0
41
+ markdownify==1.1.0
42
+ MarkupSafe==3.0.2
43
+ matplotlib==3.10.1
44
+ mdurl==0.1.2
45
+ multidict==6.2.0
46
+ numpy==2.2.4
47
+ openai==1.68.2
48
+ openpyxl==3.1.5
49
+ orjson==3.10.16
50
+ packaging==24.2
51
+ pandas==2.2.3
52
+ pillow==11.1.0
53
+ primp==0.14.0
54
+ propcache==0.3.1
55
+ pydantic==2.10.6
56
+ pydantic_core==2.27.2
57
+ pydub==0.25.1
58
+ Pygments==2.19.1
59
+ pyparsing==3.2.3
60
+ python-dateutil==2.9.0.post0
61
+ python-dotenv==1.1.0
62
+ python-multipart==0.0.20
63
+ pytz==2025.2
64
+ PyYAML==6.0.2
65
+ referencing==0.36.2
66
+ regex==2024.11.6
67
+ requests==2.32.3
68
+ rich==13.9.4
69
+ rpds-py==0.24.0
70
+ ruff==0.11.2
71
+ safehttpx==0.1.6
72
+ semantic-version==2.10.0
73
+ shellingham==1.5.4
74
+ six==1.17.0
75
+ smolagents==1.12.0
76
+ sniffio==1.3.1
77
+ soupsieve==2.6
78
+ starlette==0.46.1
79
+ tiktoken==0.9.0
80
+ tokenizers==0.21.1
81
+ tomlkit==0.13.2
82
+ tqdm==4.67.1
83
+ typer==0.15.2
84
+ typing_extensions==4.13.0
85
+ tzdata==2025.2
86
+ urllib3==2.3.0
87
+ uvicorn==0.34.0
88
+ websockets==15.0.1
89
+ yarl==1.18.3
90
+ zipp==3.21.0