Drop dependency on SQLAlchemy < 1.4 (#585)

This commit is contained in:
Abhilash Raj
2022-12-14 21:09:42 -08:00
committed by GitHub
parent 0100dc4bc0
commit b4b11686b1

View File

@@ -20,7 +20,6 @@ RUN --mount=type=cache,target=/root/.cache \
&& python3 -m pip install psycopg2 \
gunicorn==19.9.0 \
pymysql \
'sqlalchemy<1.4.0' \
-r /tmp/requirements.txt \
&& apk del build-deps \
&& adduser -S mailman