Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
pydantic
|
| 4 |
-
pydantic-settings
|
| 5 |
-
python-multipart
|
| 6 |
-
motor
|
| 7 |
-
pymongo
|
| 8 |
-
python-dotenv
|
| 9 |
-
bcrypt
|
| 10 |
-
Pillow
|
| 11 |
-
timm
|
| 12 |
-
torch
|
| 13 |
-
safetensors
|
| 14 |
-
easyocr
|
| 15 |
-
huggingface_hub
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
pydantic
|
| 4 |
+
pydantic-settings
|
| 5 |
+
python-multipart
|
| 6 |
+
motor
|
| 7 |
+
pymongo
|
| 8 |
+
python-dotenv
|
| 9 |
+
bcrypt
|
| 10 |
+
Pillow
|
| 11 |
+
timm
|
| 12 |
+
torch
|
| 13 |
+
safetensors
|
| 14 |
+
easyocr
|
| 15 |
+
huggingface_hub
|
| 16 |
+
rapidocr_onnxruntime
|