Spaces:
Sleeping
Sleeping
| # Core FastAPI dependencies | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.23.2 | |
| # Database | |
| sqlalchemy==2.0.27 | |
| # Web framework utilities | |
| python-multipart==0.0.6 | |
| jinja2==3.1.2 | |
| python-dotenv==1.0.0 | |
| # PDF and image processing | |
| reportlab==4.0.7 | |
| pillow==10.1.0 | |
| # Firebase authentication | |
| firebase-admin | |
| # Additional dependencies for production | |
| requests==2.31.0 | |
| aiofiles==23.2.1 | |