Skip to content

Commit 15f8f0a

Browse files
committed
wip
1 parent fff15cb commit 15f8f0a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ FROM python:3.9-slim as builder
33

44
RUN pip install uv
55

6-
# Install psycopg2 system dependencies
7-
RUN apt-get update && apt-get install -y libpq-dev gcc && rm -rf /var/lib/apt/lists/*
8-
96
# Configure UV for container environment
107
ENV UV_SYSTEM_PYTHON=1 UV_COMPILE_BYTECODE=1
118

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ robobrowser==0.5.3
66
Werkzeug==0.15.5
77
Flask
88
MarkupSafe==2.0.1
9-
psycopg2
9+
psycopg2-binary
1010
SQLAlchemy

0 commit comments

Comments
 (0)