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

@@ -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 \