Update deps
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
aiortc==1.
|
| 2 |
av==8.0.3
|
| 3 |
matplotlib==3.4.2
|
| 4 |
numpy==1.19.5
|
| 5 |
opencv_python==4.5.1.48
|
| 6 |
pydub==0.25.1
|
| 7 |
-
streamlit==0.
|
| 8 |
streamlit_webrtc==0.20.0
|
| 9 |
typing_extensions==3.7.4.3
|
|
|
|
| 1 |
+
aiortc==1.2.0
|
| 2 |
av==8.0.3
|
| 3 |
matplotlib==3.4.2
|
| 4 |
numpy==1.19.5
|
| 5 |
opencv_python==4.5.1.48
|
| 6 |
pydub==0.25.1
|
| 7 |
+
streamlit==0.80.0
|
| 8 |
streamlit_webrtc==0.20.0
|
| 9 |
typing_extensions==3.7.4.3
|