Automated Action 264e7b36d7 Create Todo application with FastAPI
- Set up project structure and dependencies
- Create Todo model with SQLAlchemy
- Implement CRUD operations for todos
- Create API endpoints for todos
- Set up Alembic migrations
- Update documentation

generated with BackendIM... (backend.im)
2025-05-13 05:51:01 +00:00

6 lines
104 B
Plaintext

fastapi==0.104.1
uvicorn==0.23.2
sqlalchemy==2.0.23
alembic==1.12.1
pydantic==2.4.2
python-dotenv==1.0.0