| # 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 | |