Automated Action 8ffce8f5fe Implement todo application with FastAPI and SQLite
- Set up project structure with FastAPI
- Create SQLite database models with SQLAlchemy
- Implement Alembic for migrations
- Create API endpoints for todo operations
- Add health check endpoint
- Update README.md with comprehensive documentation

generated with BackendIM... (backend.im)
2025-05-13 04:46:37 +00:00

7 lines
129 B
Plaintext

fastapi==0.108.0
uvicorn==0.25.0
sqlalchemy==2.0.23
alembic==1.13.0
pydantic==2.5.2
pydantic-settings==2.1.0
python-dotenv==1.0.0