Canstralian commited on
Commit
2048652
·
verified ·
1 Parent(s): b7568e1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- google-generativeai
2
- streamlit
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