Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
jinja2==3.1.2
|
| 4 |
+
python-multipart==0.0.6
|
| 5 |
+
requests==2.31.0
|
| 6 |
+
beautifulsoup4==4.12.2
|
| 7 |
+
aiohttp==3.9.1
|
| 8 |
+
datasets==3.4.1
|
| 9 |
+
huggingface_hub==0.33.0
|
| 10 |
+
python-dotenv==1.0.0
|
| 11 |
+
pandas==2.1.4
|