From 0526eb816c864bc4255b4242020f66fffa282483 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Mon, 23 Jun 2025 17:18:59 -0700 Subject: [PATCH] make psycopg dependency optional --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e40fd5..e8ac6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dependencies = [ "python-magic>=0.4.15", "prometheus-client>=0.20.0", "structlog>=25.1.0", - "psycopg[binary]>=3.2.6", ] license = "Apache-2.0" [project.optional-dependencies] yt-dlp = ["yt-dlp[default,curl-cffi]>=2024.7.25"] +psycopg = ["psycopg[binary]>=3.2.6"] dashboard = ["flask>=1.0", "gunicorn>=19.8.1"] warcprox = ["warcprox>=2.4.31"] rethinkdb = [