todoapplication-rtpyah/requirements.txt
Automated Action e852047583 Create Todo application with FastAPI and SQLite
- Implemented project structure
- Added SQLAlchemy models and database connection
- Created Alembic migrations
- Implemented CRUD API endpoints
- Added health endpoint
- Updated README.md

generated with BackendIM... (backend.im)
2025-05-13 06:15:34 +00:00

7 lines
119 B
Plaintext

fastapi==0.110.0
uvicorn==0.28.0
sqlalchemy==2.0.27
pydantic==2.5.3
alembic==1.12.1
python-dotenv==1.0.0
pathlib==1.0.1