Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
streamlit==1.30.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
pydantic>=2.0,<3.0
|
|
|
|
| 1 |
+
streamlit==1.30.0
|
| 2 |
+
google-generativeai==0.3.0
|
| 3 |
+
protobuf<4
|
| 4 |
+
pydantic>=2.0,<3.0
|
|
|