Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
crawl4ai
|
2 |
-
gradio
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
1 |
+
crawl4ai>=0.4.3b0
|
2 |
+
gradio==3.41.2
|
3 |
+
fastapi==0.95.2
|
4 |
+
uvicorn==0.22.0
|
5 |
+
python-dotenv>=1.0.0
|
6 |
+
pydantic>=2.5.0
|
7 |
+
playwright>=1.40.0
|
8 |
+
aiofiles>=23.2.1
|
9 |
+
python-multipart>=0.0.6
|
10 |
+
typing-extensions>=4.8.0
|
11 |
+
starlette==0.27.0
|
12 |
+
websockets>=11.0.3
|