Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
playwright==1.42.0
|
| 2 |
+
playwright-stealth==1.0.6
|
| 3 |
+
beautifulsoup4==4.12.3
|
| 4 |
+
httpx==0.27.0
|
| 5 |
+
python-dotenv==1.0.1
|
| 6 |
+
fastapi
|
| 7 |
+
uvicorn
|
| 8 |
+
python-multipart
|