Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.68.0
|
| 2 |
+
uvicorn>=0.15.0
|
| 3 |
+
python-multipart>=0.0.5
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
opencv-python-headless>=4.5.0 # Using headless version for Hugging Face
|
| 6 |
+
sqlalchemy>=2.0.0
|
| 7 |
+
python-dotenv>=0.19.0
|