Spaces:
Sleeping
Sleeping
Khalil Guetari
commited on
Commit
·
e4ad85e
1
Parent(s):
535fa20
Add requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file is @generated by PDM.
|
2 |
+
# Please do not edit it manually.
|
3 |
+
|
4 |
+
beautifulsoup4==4.13.3
|
5 |
+
certifi==2025.1.31
|
6 |
+
charset-normalizer==3.4.1
|
7 |
+
click==8.1.8
|
8 |
+
colorama==0.4.6; platform_system == "Windows"
|
9 |
+
duckduckgo-search==7.3.2
|
10 |
+
filelock==3.17.0
|
11 |
+
fsspec==2025.2.0
|
12 |
+
huggingface-hub==0.28.1
|
13 |
+
idna==3.10
|
14 |
+
jinja2==3.1.5
|
15 |
+
lxml==5.3.1
|
16 |
+
markdown-it-py==3.0.0
|
17 |
+
markdownify==0.14.1
|
18 |
+
markupsafe==3.0.2
|
19 |
+
mdurl==0.1.2
|
20 |
+
numpy==2.2.3; python_version >= "3.12"
|
21 |
+
packaging==24.2
|
22 |
+
pandas==2.2.3
|
23 |
+
pillow==11.1.0
|
24 |
+
primp==0.12.1
|
25 |
+
pygments==2.19.1
|
26 |
+
python-dateutil==2.9.0.post0
|
27 |
+
python-dotenv==1.0.1
|
28 |
+
pytz==2025.1
|
29 |
+
pyyaml==6.0.2
|
30 |
+
requests==2.32.3
|
31 |
+
rich==13.9.4
|
32 |
+
six==1.17.0
|
33 |
+
smolagents==1.9.2
|
34 |
+
soupsieve==2.6
|
35 |
+
tqdm==4.67.1
|
36 |
+
typing-extensions==4.12.2
|
37 |
+
tzdata==2025.1
|
38 |
+
urllib3==2.3.0
|