simpletodoapp-j6n8zk/requirements.txt
Automated Action 18f0e055cd Create simple todo app with FastAPI and SQLite
- Setup FastAPI project structure
- Create SQLAlchemy models and database connection
- Implement Alembic migrations
- Create CRUD operations for todos
- Add API endpoints for todos
- Add health endpoint
- Update README.md

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

6 lines
104 B
Plaintext

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