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:
Abhilash Raj
2024-06-07 13:27:10 +05:30
committed by GitHub
parent cee738a9df
commit 21684ce838
4 changed files with 7 additions and 5 deletions

View File

@@ -32,7 +32,8 @@ RUN --mount=type=cache,target=/root/.cache \
tzdata \
diskcache \
django-utils-six \
&& python3 -m pip install --break-system-packages -U 'Django<4.2' \
'django-allauth[socialaccount,openid]' \
&& 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 \