From 91a0e999ccfcd643720d6af51136086f09fa71c5 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 16 Jun 2023 08:05:31 +0000 Subject: [PATCH] Also bump version of psycopg2 --- web/Dockerfile | 1 - web/Dockerfile.dev | 1 - 2 files changed, 2 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index c3b74de..9703b3c 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -22,7 +22,6 @@ RUN --mount=type=cache,target=/root/.cache \ && pip install -r /tmp/requirements.txt \ whoosh \ uwsgi \ - 'psycopg2<2.9' \ dj-database-url \ mysqlclient \ typing \ diff --git a/web/Dockerfile.dev b/web/Dockerfile.dev index b7d8a6e..31f8774 100644 --- a/web/Dockerfile.dev +++ b/web/Dockerfile.dev @@ -28,7 +28,6 @@ RUN --mount=type=cache,target=/root/.cache \ git+https://gitlab.com/mailman/hyperkitty \ whoosh \ uwsgi \ - 'psycopg2<2.9' \ dj-database-url \ mysqlclient \ xapian-haystack \