todoapiapplication-pcko2w/requirements.txt
Automated Action e1ed70e281 Create FastAPI Todo API application
- Set up project structure and requirements
- Create database models and connection
- Set up Alembic for migrations
- Implement CRUD operations for todos
- Build RESTful API endpoints
- Update README with project documentation

generated with BackendIM... (backend.im)
2025-05-11 19:49:50 +00:00

6 lines
104 B
Plaintext

fastapi==0.104.1
uvicorn==0.24.0
sqlalchemy==2.0.23
pydantic==2.5.0
alembic==1.12.1
python-dotenv==1.0.0