JAMESPARK3 commited on
Commit
e6aebc0
·
verified ·
1 Parent(s): d44b4f9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit==1.29.0
2
+ pandas==2.1.4
3
+ matplotlib==3.8.2
4
+ google-generativeai==0.3.1
5
+ requests==2.31.0
6
+ python-dotenv==1.0.0