Canstralian commited on
Commit
6e6d88a
1 Parent(s): 4e44023

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- streamlit
2
- sqlite3
3
- google-generativeai
4
- huggingface_hub
5
- python-dotenv
 
1
+ streamlit==1.20.0
2
+ google-generativeai==0.2.0
3
+ sqlite3==3.35.5 # This may not be necessary as it's included with Python by default
4
+ python-dotenv==0.20.0
5
+ huggingface_hub==0.14.0