Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ gunicorn==20.1.0
|
|
7 |
uvicorn==0.20.0
|
8 |
numpy==1.23.5
|
9 |
python-multipart
|
10 |
-
#opencv-python
|
11 |
-
#https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/12
|
12 |
opencv-python-headless
|
13 |
-
streamlit==1.
|
|
|
|
|
|
7 |
uvicorn==0.20.0
|
8 |
numpy==1.23.5
|
9 |
python-multipart
|
|
|
|
|
10 |
opencv-python-headless
|
11 |
+
streamlit==1.22.0
|
12 |
+
#opencv-python
|
13 |
+
#https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/12
|