Spaces:
Running
Running
devjas1
commited on
Commit
·
8f43341
1
Parent(s):
a111000
(ADD): Create requirements.txt to list project dependencies
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
certifi==2025.8.3
|
| 2 |
+
charset-normalizer==3.4.3
|
| 3 |
+
colorama==0.4.6
|
| 4 |
+
filelock==3.19.1
|
| 5 |
+
fsspec==2025.9.0
|
| 6 |
+
greenlet==3.2.4
|
| 7 |
+
huggingface-hub==0.34.4
|
| 8 |
+
idna==3.10
|
| 9 |
+
Jinja2==3.1.6
|
| 10 |
+
markdown-it-py==4.0.0
|
| 11 |
+
MarkupSafe==3.0.2
|
| 12 |
+
mdurl==0.1.2
|
| 13 |
+
packaging==25.0
|
| 14 |
+
pillow==11.3.0
|
| 15 |
+
Pygments==2.19.2
|
| 16 |
+
python-dotenv==1.1.1
|
| 17 |
+
PyYAML==6.0.2
|
| 18 |
+
requests==2.32.5
|
| 19 |
+
rich==14.1.0
|
| 20 |
+
setuptools==78.1.1
|
| 21 |
+
smolagents==1.21.3
|
| 22 |
+
SQLAlchemy==2.0.43
|
| 23 |
+
tqdm==4.67.1
|
| 24 |
+
typing_extensions==4.15.0
|
| 25 |
+
urllib3==2.5.0
|
| 26 |
+
wheel==0.45.1
|