todoappbackend-0jo333/requirements.txt
Automated Action 7a428ef859 Update Pydantic schemas to support enhanced todo features
- Add comprehensive user schemas with email validation
- Implement enhanced todo schemas with priority levels, tags, due dates, and subtasks
- Add support for recurring todos with pattern validation
- Include sharing schemas for collaborative features
- Add proper validation rules and field constraints
- Create response schemas for API pagination and collections
- Include authentication and API response schemas
- Add comprehensive documentation strings for all schema classes
2025-06-19 12:50:08 +00:00

7 lines
125 B
Plaintext

fastapi==0.104.1
uvicorn==0.24.0
sqlalchemy==2.0.23
alembic==1.12.1
ruff==0.1.6
email-validator==2.1.0
python-dateutil==2.8.2