neibla commited on
Commit
1459afd
·
verified ·
1 Parent(s): 5ff1181

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +63 -5
requirements.txt CHANGED
@@ -1,5 +1,63 @@
1
- markdownify
2
- smolagents
3
- requests
4
- duckduckgo_search
5
- pandas
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ beautifulsoup4==4.13.3
5
+ brotli==1.1.0
6
+ certifi==2025.1.31
7
+ charset-normalizer==3.4.1
8
+ click==8.1.8
9
+ duckduckgo-search==7.4.4
10
+ fastapi==0.115.8
11
+ ffmpy==0.5.0
12
+ filelock==3.17.0
13
+ fsspec==2025.2.0
14
+ gradio==5.17.1
15
+ gradio-client==1.7.1
16
+ h11==0.14.0
17
+ h2==4.2.0
18
+ hpack==4.1.0
19
+ httpcore==1.0.7
20
+ httpx==0.28.1
21
+ huggingface-hub==0.29.1
22
+ hyperframe==6.1.0
23
+ idna==3.10
24
+ jinja2==3.1.5
25
+ lxml==5.3.1
26
+ markdown-it-py==3.0.0
27
+ markdownify==0.14.1
28
+ markupsafe==2.1.5
29
+ mdurl==0.1.2
30
+ numpy==2.2.3
31
+ orjson==3.10.15
32
+ packaging==24.2
33
+ pandas==2.2.3
34
+ pillow==11.1.0
35
+ pydantic==2.10.6
36
+ pydantic-core==2.27.2
37
+ pydub==0.25.1
38
+ pygments==2.19.1
39
+ python-dateutil==2.9.0.post0
40
+ python-dotenv==1.0.1
41
+ python-multipart==0.0.20
42
+ pytz==2025.1
43
+ pyyaml==6.0.2
44
+ requests==2.32.3
45
+ rich==13.9.4
46
+ ruff==0.9.7
47
+ safehttpx==0.1.6
48
+ semantic-version==2.10.0
49
+ shellingham==1.5.4
50
+ six==1.17.0
51
+ smolagents==1.9.2
52
+ sniffio==1.3.1
53
+ socksio==1.0.0
54
+ soupsieve==2.6
55
+ starlette==0.45.3
56
+ tomlkit==0.13.2
57
+ tqdm==4.67.1
58
+ typer==0.15.1
59
+ typing-extensions==4.12.2
60
+ tzdata==2025.1
61
+ urllib3==2.3.0
62
+ uvicorn==0.34.0
63
+ websockets==14.2