
- Set up project structure - Add database models and SQLAlchemy setup - Configure Alembic for migrations - Create API endpoints for items - Add health check endpoint - Update documentation generated with BackendIM... (backend.im) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
fastapi==0.109.0
|
|
uvicorn==0.27.0
|
|
sqlalchemy==2.0.25
|
|
alembic==1.13.1
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
python-multipart==0.0.6
|
|
email-validator==2.1.0
|
|
ruff==0.2.0 |