Merge pull request #476 from maxking/fix-postgres

Pin psycopg2<2.9 for supporting Django 2.2.
This commit is contained in:
Abhilash Raj
2021-07-18 12:34:46 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ RUN set -ex \
django-mailman3==1.3.5 \
whoosh \
uwsgi \
psycopg2 \
'psycopg2<2.9' \
dj-database-url \
mysqlclient \
typing \

View File

@@ -28,7 +28,7 @@ RUN set -ex \
git+https://gitlab.com/mailman/hyperkitty@${HYPERKITTY_REF} \
whoosh \
uwsgi \
psycopg2 \
'psycopg2<2.9' \
dj-database-url \
mysqlclient \
xapian-haystack \