Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
llmlingua==0.2.1
|
4 |
-
accelerate
|
5 |
python-multipart
|
6 |
requests
|
7 |
fastapi-utils
|
8 |
-
uvicorn
|
9 |
-
fastapi
|
10 |
-
python-multipart
|
11 |
-
requests
|
12 |
playwright
|
|
|
|
|
13 |
|
14 |
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
|
|
|
|
3 |
python-multipart
|
4 |
requests
|
5 |
fastapi-utils
|
|
|
|
|
|
|
|
|
6 |
playwright
|
7 |
+
nest_asyncio
|
8 |
+
asyncio
|
9 |
|
10 |
|