Add matplotlib to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ opencv-python-headless==4.7.0.72
|
|
2 |
pydub==0.25.1
|
3 |
streamlit_webrtc==0.44.7
|
4 |
twilio~=8.1.0
|
|
|
|
2 |
pydub==0.25.1
|
3 |
streamlit_webrtc==0.44.7
|
4 |
twilio~=8.1.0
|
5 |
+
matplotlib
|