Pantry tracker app with: - FastAPI backend + Vue 3 SPA frontend - SQLite via circuitforge-core (migrations 001-005) - Inventory CRUD, barcode scan, receipt OCR pipeline - Expiry prediction (deterministic + LLM fallback) - CF-core tier system integration - Cloud session support (menagerie)
18 lines
317 B
YAML
18 lines
317 B
YAML
name: kiwi
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.11
|
|
- pip
|
|
- pip:
|
|
- fastapi>=0.110
|
|
- uvicorn[standard]>=0.27
|
|
- python-multipart>=0.0.9
|
|
- aiofiles>=23.0
|
|
- opencv-python>=4.8
|
|
- numpy>=1.25
|
|
- pyzbar>=0.1.9
|
|
- httpx>=0.27
|
|
- pydantic>=2.5
|
|
- PyJWT>=2.8
|