Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
python-dotenv
|
| 3 |
yfinance
|
| 4 |
-
packaging
|
| 5 |
-
duckduckgo-search
|
| 6 |
-
fastapi
|
| 7 |
-
uvicorn
|
| 8 |
-
groq
|
| 9 |
openai
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
|
|
|
| 2 |
yfinance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
openai
|
| 4 |
+
requests
|
| 5 |
+
pandas
|
| 6 |
+
python-dotenv
|
| 7 |
+
groq
|