Update requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
flask
|
2 |
-
flask_cors
|
3 |
-
python-dotenv
|
4 |
-
requests
|
5 |
-
openai
|
6 |
-
elasticsearch
|
7 |
-
psutil
|
8 |
-
urllib3
|
9 |
-
matplotlib
|
10 |
-
plotly
|
11 |
-
numpy
|
12 |
-
pillow
|
13 |
-
langchain
|
14 |
-
langchain_community
|
|
|
|
1 |
+
flask
|
2 |
+
flask_cors
|
3 |
+
python-dotenv
|
4 |
+
requests
|
5 |
+
openai
|
6 |
+
elasticsearch
|
7 |
+
psutil
|
8 |
+
urllib3
|
9 |
+
matplotlib
|
10 |
+
plotly
|
11 |
+
numpy
|
12 |
+
pillow
|
13 |
+
langchain
|
14 |
+
langchain_community
|
15 |
+
pypdf
|