Spaces:
Build error
Build error
Canstralian
commited on
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
sqlite3
|
4 |
-
python-dotenv
|
|
|
1 |
+
streamlit==1.20.0
|
2 |
+
google-generativeai==0.2.0 # Check for the correct version if needed
|
3 |
+
sqlite3==3.35.5 # SQLite is included with Python by default, so this might not be necessary
|
4 |
+
python-dotenv==0.20.0
|