Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.115.0
|
2 |
+
uvicorn==0.30.6
|
3 |
+
opencv-python==4.10.0.84
|
4 |
+
numpy==2.1.1
|
5 |
+
pillow==10.4.0
|
6 |
+
noise==1.2.2
|
7 |
+
pydantic==2.9.2
|