Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -11,4 +11,12 @@ langchain-community
|
|
11 |
pymupdf
|
12 |
PyPDF2
|
13 |
google-generativeai>=0.3.0
|
14 |
-
langchain_huggingface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pymupdf
|
12 |
PyPDF2
|
13 |
google-generativeai>=0.3.0
|
14 |
+
langchain_huggingface
|
15 |
+
|
16 |
+
fastapi
|
17 |
+
uvicorn
|
18 |
+
numpy
|
19 |
+
pandas
|
20 |
+
matplotlib
|
21 |
+
plotly
|
22 |
+
python-multipart
|