Aziz Alto commited on
Commit
9517dd2
1 Parent(s): 87969f7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # core
2
+ pandas
3
+ streamlit
4
+
5
+ # features
6
+ streamlit-ace==0.1.1 # code editor: https://github.com/okld/streamlit-ace
7
+ duckdb==0.7.0 # execute sql on pandas df
8
+
9
+ pandas-profiling
10
+ ydata-profiling
11
+ streamlit-pandas-profiling
12
+ plotly
13
+ scikit-learn