Update minimum version of django-mailman3 (#240)
* Use the latest django-mailman3 that supports Python 3.
This commit is contained in:
@@ -15,9 +15,9 @@ RUN set -ex \
|
|||||||
postgresql-dev mariadb-dev \
|
postgresql-dev mariadb-dev \
|
||||||
&& apk add --no-cache --virtual .mailman-rundeps bash \
|
&& apk add --no-cache --virtual .mailman-rundeps bash \
|
||||||
postgresql-client mysql-client py-mysqldb curl mailcap \
|
postgresql-client mysql-client py-mysqldb curl mailcap \
|
||||||
&& pip install -U django>=2.0 pip \
|
&& pip install -U Django>=1.11 pip \
|
||||||
&& pip install \
|
&& pip install postorius>=1.2.0a1 \
|
||||||
postorius>=1.2.0a1 \
|
django-mailman3>=1.2.0a2 \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
psycopg2 \
|
psycopg2 \
|
||||||
dj-database-url \
|
dj-database-url \
|
||||||
|
|||||||
Reference in New Issue
Block a user