Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
| 3 |
torch>=1.9.0
|
| 4 |
torchvision>=0.10.0
|
| 5 |
opencv-python>=4.5.0
|
| 6 |
numpy>=1.21.0
|
| 7 |
Pillow>=8.3.0
|
| 8 |
got10k
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
torch>=1.9.0
|
| 5 |
torchvision>=0.10.0
|
| 6 |
opencv-python>=4.5.0
|
| 7 |
numpy>=1.21.0
|
| 8 |
Pillow>=8.3.0
|
| 9 |
got10k
|
| 10 |
+
aiofiles==23.2.1
|