Upload deepdiver_v2/requirements.txt with huggingface_hub
Browse files
deepdiver_v2/requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
beautifulsoup4==4.13.5
|
| 2 |
+
httpx[http2]==0.28.1
|
| 3 |
+
python-dotenv==1.1.1
|
| 4 |
+
python_dateutil==2.9.0.post0
|
| 5 |
+
Requests==2.32.5
|
| 6 |
+
rich==14.1.0
|
| 7 |
+
starlette==0.47.3
|
| 8 |
+
uvicorn==0.35.0
|