
- Set up FastAPI project structure - Configure SQLite database with SQLAlchemy - Create Item model and schemas - Implement CRUD endpoints for inventory items - Set up Alembic for database migrations - Add comprehensive documentation
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
fastapi>=0.105.0
|
|
uvicorn>=0.25.0
|
|
sqlalchemy>=2.0.20
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
alembic>=1.12.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.6 |