chore(deps): add psycopg2-binary for shared Postgres migration

This commit is contained in:
pyr0ball 2026-05-18 08:28:24 -07:00
parent 4dd44fdafb
commit 5ddfbece8e
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ WORKDIR /app
# System deps for Playwright/Chromium
RUN apt-get update && apt-get install -y --no-install-recommends \
xvfb \
libpq-dev \
&& rm -rf /var/lib/apt/lists/*
# Install circuitforge-core from sibling directory (compose sets context: ..)

View file

@ -8,7 +8,7 @@ version = "0.3.0"
description = "Auction listing monitor and trust scorer"
requires-python = ">=3.11"
dependencies = [
"circuitforge-core>=0.8.0",
"circuitforge-core[community]>=0.8.0",
"streamlit>=1.32",
"requests>=2.31",
"imagehash>=4.3",