datasciencedojo commited on
Commit
dc5ed49
·
1 Parent(s): 3c9b91e

fixed error of socket_option

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -2,4 +2,5 @@ tensorflow-cpu
2
  mediapipe
3
  cvzone
4
  numpy
5
- uvicorn>=0.2.2
 
 
2
  mediapipe
3
  cvzone
4
  numpy
5
+ uvicorn>=0.2.2
6
+ httpx==0.24.1