Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -14
requirements.txt
CHANGED
@@ -1,17 +1,5 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
-
|
5 |
-
fastapi-utils
|
6 |
-
numpy==1.25.2
|
7 |
-
pyyaml
|
8 |
-
openpyxl
|
9 |
-
twilio
|
10 |
-
google-generativeai
|
11 |
-
langchain==0.0.334
|
12 |
-
llama-index==0.9.40
|
13 |
-
tabulate==0.9.0
|
14 |
-
PyJWT==2.7.0
|
15 |
-
google-generativeai
|
16 |
python-dotenv
|
17 |
-
beautifulsoup4
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
+
aiohttp
|
4 |
+
openai==0.28
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
python-dotenv
|
|