Update minimum version of django-mailman3 (#240)

* Use the latest django-mailman3 that supports Python 3.
This commit is contained in:
Abhilash Raj
2018-05-16 19:17:07 -07:00
committed by GitHub
parent cc50b2c118
commit 7ec61d6f45

View File

@@ -15,9 +15,9 @@ RUN set -ex \
postgresql-dev mariadb-dev \
&& apk add --no-cache --virtual .mailman-rundeps bash \
postgresql-client mysql-client py-mysqldb curl mailcap \
&& pip install -U django>=2.0 pip \
&& pip install \
postorius>=1.2.0a1 \
&& pip install -U Django>=1.11 pip \
&& pip install postorius>=1.2.0a1 \
django-mailman3>=1.2.0a2 \
uwsgi \
psycopg2 \
dj-database-url \