Ping psycopg2<2.9 for supporting Django 2.2.

https://github.com/psycopg/psycopg2/issues/1293
This commit is contained in:
Abhilash Raj
2021-07-18 11:43:30 -07:00
parent cb4ad1d10e
commit 08622ce4f0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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