vincentiusyoshuac commited on
Commit
417fa52
1 Parent(s): 9540b54

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- fastapi
2
- uvicorn
3
- streamlit
4
- streamlit-webrtc
5
- websockets
 
 
 
1
+ fastapi>=0.68.0
2
+ uvicorn>=0.15.0
3
+ streamlit>=1.8.0
4
+ streamlit-webrtc>=0.45.0
5
+ websockets>=10.0
6
+ requests>=2.26.0
7
+ python-multipart>=0.0.5