Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
-
phidata
|
2 |
-
python-dotenv
|
3 |
-
yfinance
|
4 |
-
packaging
|
5 |
-
duckduckgo-search
|
6 |
-
fastapi
|
7 |
-
uvicorn
|
8 |
-
groq
|
9 |
-
openai
|
10 |
-
sqlalchemy
|
11 |
-
pgvector
|
12 |
-
psycopg[binary]
|
13 |
-
pypdf
|
14 |
-
mistralai
|
15 |
-
huggingface_hub
|
16 |
-
gradio
|
|
|
|
1 |
+
phidata
|
2 |
+
python-dotenv
|
3 |
+
yfinance
|
4 |
+
packaging
|
5 |
+
duckduckgo-search
|
6 |
+
fastapi
|
7 |
+
uvicorn
|
8 |
+
groq
|
9 |
+
openai
|
10 |
+
sqlalchemy
|
11 |
+
pgvector
|
12 |
+
psycopg[binary]
|
13 |
+
pypdf
|
14 |
+
mistralai
|
15 |
+
huggingface_hub
|
16 |
+
gradio
|
17 |
+
google-generativeai
|