Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
pyspellchecker
|
|
|
1 |
+
streamlit>=1.33
|
2 |
+
google-generativeai>=0.3.0
|
3 |
+
python-dotenv>=1.0
|
4 |
+
google-auth>=2.0.0
|
|