Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
fastapi>=0.95.0
|
2 |
uvicorn>=0.22.0
|
3 |
-
streamlit>=1.24.0
|
4 |
httpx>=0.24.0
|
5 |
openai>=0.27.0
|
6 |
pydantic>=1.10
|
@@ -16,4 +15,8 @@ streamlit-agraph>=0.0.45
|
|
16 |
jinja2>=3.0.0
|
17 |
httpx
|
18 |
schedule
|
19 |
-
|
|
|
|
|
|
|
|
|
|
1 |
fastapi>=0.95.0
|
2 |
uvicorn>=0.22.0
|
|
|
3 |
httpx>=0.24.0
|
4 |
openai>=0.27.0
|
5 |
pydantic>=1.10
|
|
|
15 |
jinja2>=3.0.0
|
16 |
httpx
|
17 |
schedule
|
18 |
+
streamlit>=1.25.0,<2.0
|
19 |
+
google-generativeai>=0.5.0
|
20 |
+
requests>=2.28.1
|
21 |
+
PyYAML>=6.0
|
22 |
+
|