mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 14:53:41 +00:00
When an admin creates an invitation with an email address, an email is now automatically sent containing the registration link and an attached PDF guide (3 pages: registration steps, feature overview, contact info). - Add fpdf2 for PDF generation with Unicode font support - Add PDF guide generator (backend/app/services/pdf_guide.py) - Extend send_email() to support file attachments - Fire-and-forget email in create_invitation endpoint Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
456 B
Text
25 lines
456 B
Text
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
gunicorn==23.0.0
|
|
sqlalchemy==2.0.36
|
|
alembic==1.14.1
|
|
psycopg2-binary==2.9.10
|
|
cryptography==44.0.0
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
pyotp==2.9.0
|
|
qrcode==8.0
|
|
python-multipart==0.0.20
|
|
pandas==2.2.3
|
|
openpyxl==3.1.5
|
|
pydantic==2.10.4
|
|
pydantic-settings==2.7.1
|
|
python-dotenv==1.0.1
|
|
email-validator==2.2.0
|
|
fpdf2==2.8.3
|
|
httpx==0.28.1
|
|
|
|
# Dev/Test
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.25.0
|
|
pytest-cov==6.0.0
|