Merge pull request #476 from maxking/fix-postgres
Pin psycopg2<2.9 for supporting Django 2.2.
This commit is contained in:
@@ -23,7 +23,7 @@ RUN set -ex \
|
||||
django-mailman3==1.3.5 \
|
||||
whoosh \
|
||||
uwsgi \
|
||||
psycopg2 \
|
||||
'psycopg2<2.9' \
|
||||
dj-database-url \
|
||||
mysqlclient \
|
||||
typing \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user