StefanoBergia commited on
Commit
f703f6b
·
1 Parent(s): 958b1f9

added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ streamlit>=1.28.0
2
+ pandas>=2.1.0
3
+ plotly>=5.17.0
4
+ requests>=2.31.0
5
+ python-dotenv>=1.0.0