Application Updates
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pathlib
|
3 |
+
pybase64
|
4 |
+
requests
|
5 |
+
streamlit-option-menu
|
6 |
+
streamlit_antd_components
|
7 |
+
altair
|
8 |
+
plotly
|
9 |
+
bokeh==2.4.3
|
10 |
+
pydeck
|
11 |
+
graphviz
|
12 |
+
scipy
|
13 |
+
datetime
|
14 |
+
-e.
|