Checklist / requirements.txt
Ali2206's picture
Fix duplicate save issue and improve image handling - Updated backend to prevent duplicate entries - Fixed MongoDB immutable _id field error - Added comprehensive logging for debugging - Improved image capture and storage functionality
d7e0738
raw
history blame contribute delete
483 Bytes
# FastAPI and related dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
# MongoDB integration
motor==3.3.2 # Async MongoDB driver
pymongo==4.6.0 # MongoDB driver
# Environment variables
python-dotenv==1.0.0
# CORS middleware and file upload support
python-multipart==0.0.6
# Date/time handling
python-dateutil==2.8.2
# Image processing (if needed for validation)
Pillow==10.0.1
# Additional utilities
httpx==0.25.2 # For making HTTP requests if needed