Some checks failed
build-and-deploy / build (push) Failing after 18s
- Add app/config.py (12-factor, env-driven: DB/NATS/MinIO, URL-encoded pw) - Route database/ingestor/sources/alembic through config; kill hardcoded svc.cluster.local hostnames - Drop unused redis dependency - Add docker-compose.yml (timescaledb-postgis pg13 arm64 + optional nats) - Add .env.example, .dockerignore, .forgejo/workflows/build.yml (arm64 build+SSH deploy)
12 lines
196 B
Text
12 lines
196 B
Text
fastapi>=0.115
|
|
uvicorn[standard]>=0.34
|
|
sqlalchemy[asyncio]>=2.0
|
|
asyncpg>=0.30
|
|
nats-py>=2.9
|
|
minio>=7.2
|
|
pydantic>=2.10
|
|
alembic>=1.14
|
|
httpx>=0.28
|
|
feedparser>=6.0
|
|
python-dateutil>=2.9
|
|
structlog>=24.4
|