Files
iobj/requirements.txt
Henrik Jess Nielsen 8caa9f3071
All checks were successful
Build and Deploy iObj / build-image (push) Successful in 1h17m41s
iObj: initial service — FastAPI + TinyDB memory object store
- Month-sharded TinyDB storage with search/filter (type, project, tag, date range, free-text)
- FastAPI app with bearer-token auth, CRUD + search endpoints
- 27 passing pytest tests (storage + API)
- Dockerfile + Nomad job spec + Gitea Actions deploy workflow (mirrors devops-mcp pattern)
2026-07-13 19:24:31 +02:00

5 lines
65 B
Plaintext

fastapi>=0.110
uvicorn[standard]>=0.29
tinydb>=4.8
pydantic>=2.6