basictodoapplication-lkvf8b/requirements.txt
Automated Action 904ff09069 Implement basic Todo application with FastAPI and SQLite
- Set up project structure with FastAPI and SQLite
- Implement Todo model, schemas, and CRUD operations
- Set up Alembic for database migrations
- Add health endpoint for application monitoring
- Update README with project information

generated with BackendIM... (backend.im)
2025-05-12 05:49:07 +00:00

6 lines
104 B
Plaintext

fastapi==0.104.0
uvicorn==0.23.2
sqlalchemy==2.0.22
pydantic==2.4.2
alembic==1.12.0
python-dotenv==1.0.0