elmeg-demo/backend/requirements.txt
fullsizemalt 9af0bc4b96 refactor: Switch from SendGrid to AWS SES for email
- Replace httpx/SendGrid with boto3/SES
- Add boto3 to requirements.txt
- Create AWS_SES_SETUP.md documentation
- Remove SendGrid setup doc
2025-12-21 13:42:07 -08:00

14 lines
173 B
Text

fastapi
uvicorn[standard]
sqlmodel
alembic
python-jose[cryptography]
passlib[bcrypt]
python-multipart
pytest
httpx
argon2-cffi
psycopg2-binary
requests
beautifulsoup4
boto3