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

Update requirements.txt

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