Update max supported Django versions (#699)
* Update max supported Django versions * Add dependency on python-openid * Use the right dependency * Also bump django version * Add python-openid specifically to deps * Add dependency on openid too
This commit is contained in:
@@ -20,12 +20,12 @@ RUN --mount=type=cache,target=/root/.cache \
|
||||
git+https://gitlab.com/mailman/mailmanclient \
|
||||
git+https://gitlab.com/mailman/postorius \
|
||||
uwsgi \
|
||||
'psycopg2<2.9' \
|
||||
psycopg2 \
|
||||
dj-database-url \
|
||||
mysqlclient \
|
||||
typing \
|
||||
django-utils-six \
|
||||
&& python3 -m pip install --break-system-packages -U 'Django<3.2' \
|
||||
&& python3 -m pip install --break-system-packages -U 'Django<4.3' \
|
||||
&& python3 -m pip install --break-system-packages -U \
|
||||
git+https://gitlab.com/mailman/django-mailman3 \
|
||||
&& apk del .build-deps \
|
||||
|
||||
Reference in New Issue
Block a user