Ping psycopg2<2.9 for supporting Django 2.2.
https://github.com/psycopg/psycopg2/issues/1293
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user