Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.36.0
|
2 |
+
pandas==1.5.3
|
3 |
+
numpy==1.23.5
|
4 |
+
altair==5.0.1
|
5 |
+
plotly==5.14.1
|
6 |
+
pydeck==0.8.0
|
7 |
+
Pillow==9.5.0
|
8 |
+
opencv-python-headless==4.7.0.72
|