Spaces:
Sleeping
Sleeping
Fix requirements.txt: Remove invalid python-cors dependency
Browse filesCORS support is already included in FastAPI via CORSMiddleware.
The python-cors package doesn't exist in PyPI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- requirements.txt +0 -3
requirements.txt
CHANGED
|
@@ -16,6 +16,3 @@ mediapipe==0.10.21
|
|
| 16 |
|
| 17 |
# Image processing
|
| 18 |
Pillow==10.1.0
|
| 19 |
-
|
| 20 |
-
# CORS support
|
| 21 |
-
python-cors==1.0.0
|
|
|
|
| 16 |
|
| 17 |
# Image processing
|
| 18 |
Pillow==10.1.0
|
|
|
|
|
|
|
|
|