Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -6,4 +6,8 @@ onnxruntime
|
|
6 |
scipy
|
7 |
cmake==3.25.2
|
8 |
insightface
|
|
|
|
|
|
|
|
|
9 |
|
|
|
6 |
scipy
|
7 |
cmake==3.25.2
|
8 |
insightface
|
9 |
+
requests
|
10 |
+
fastapi==0.74.*
|
11 |
+
uvicorn[standard]
|
12 |
+
python-multipart
|
13 |
|