add sqlalchemy

This commit is contained in:
Gerrit Gogel 2023-10-18 17:52:14 +02:00
parent 53c7a1a613
commit 9179a08c08

View file

@ -42,6 +42,7 @@ django-simple-captcha==0.5.* \
pycryptodome==3.18.* \
djangosaml2==1.5.* \
python-ldap==3.4.* \
sqlalchemy==2.0.* \
&& rm -r /root/.cache/pip
FROM python:3.10.13-alpine3.18