datasciencedojo commited on
Commit
e264b4b
·
1 Parent(s): d1224f6

fix error of socket

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  fastai
2
- uvicorn>=0.2.2
 
 
1
  fastai
2
+ uvicorn>=0.2.2
3
+ httpx==0.24.1