Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
python-multipart
|
4 |
-
requests
|
5 |
-
fastapi-utils
|
6 |
-
playwright
|
7 |
-
|
8 |
-
asyncio
|
9 |
beautifulsoup4==4.12.3
|
10 |
|
11 |
|
|
|
1 |
+
fastapi==0.111.0
|
2 |
+
uvicorn==0.29.0
|
3 |
+
python-multipart==0.0.9
|
4 |
+
requests==2.31.0
|
5 |
+
fastapi-utils==0.6.0
|
6 |
+
playwright==1.44.0
|
7 |
+
nest-asyncio==1.6.0
|
8 |
+
asyncio==3.4.3
|
9 |
beautifulsoup4==4.12.3
|
10 |
|
11 |
|