]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes extra dependency on psycopg-pool which should only have been in the Postgres...
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 1 Oct 2025 15:33:43 +0000 (08:33 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 1 Oct 2025 15:33:43 +0000 (08:33 -0700)
pyproject.toml
uv.lock

index e17f985eb47437256cb12cd52ecda72ddc00a1bd..2577ee2883d09bbdc12378a4639b035fa67bef3a 100644 (file)
@@ -54,7 +54,6 @@ dependencies = [
   "ocrmypdf~=16.11.0",
   "pathvalidate~=3.3.1",
   "pdf2image~=1.17.0",
-  "psycopg-pool",
   "python-dateutil~=2.9.0",
   "python-dotenv~=1.1.0",
   "python-gnupg~=0.5.4",
diff --git a/uv.lock b/uv.lock
index 960da4c3ecf981fbed02d6f7ccf5595ac7818867..d43b81e53dfe1233631a84ef4676979c7d66b9d6 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2156,7 +2156,6 @@ dependencies = [
     { name = "ocrmypdf", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
     { name = "pathvalidate", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
     { name = "pdf2image", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
-    { name = "psycopg-pool", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
     { name = "python-dateutil", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
     { name = "python-dotenv", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
     { name = "python-gnupg", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
@@ -2299,7 +2298,6 @@ requires-dist = [
     { name = "psycopg-c", marker = "python_full_version == '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'postgres'", url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_aarch64.whl" },
     { name = "psycopg-c", marker = "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'postgres'", url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_x86_64.whl" },
     { name = "psycopg-c", marker = "(python_full_version != '3.12.*' and platform_machine == 'aarch64' and extra == 'postgres') or (python_full_version != '3.12.*' and platform_machine == 'x86_64' and extra == 'postgres') or (platform_machine != 'aarch64' and platform_machine != 'x86_64' and extra == 'postgres') or (sys_platform != 'linux' and extra == 'postgres')", specifier = "==3.2.9" },
-    { name = "psycopg-pool" },
     { name = "psycopg-pool", marker = "extra == 'postgres'", specifier = "==3.2.6" },
     { name = "python-dateutil", specifier = "~=2.9.0" },
     { name = "python-dotenv", specifier = "~=1.1.0" },