Drop dependency on SQLAlchemy < 1.4 (#585)
This commit is contained in:
@@ -20,7 +20,6 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
&& python3 -m pip install psycopg2 \
|
&& python3 -m pip install psycopg2 \
|
||||||
gunicorn==19.9.0 \
|
gunicorn==19.9.0 \
|
||||||
pymysql \
|
pymysql \
|
||||||
'sqlalchemy<1.4.0' \
|
|
||||||
-r /tmp/requirements.txt \
|
-r /tmp/requirements.txt \
|
||||||
&& apk del build-deps \
|
&& apk del build-deps \
|
||||||
&& adduser -S mailman
|
&& adduser -S mailman
|
||||||
|
|||||||
Reference in New Issue
Block a user