From 1d35b1283d911a7734ac56aa05397dee27e4f75e Mon Sep 17 00:00:00 2001 From: ofthesun9 Date: Mon, 15 Jun 2020 18:04:17 +0200 Subject: [PATCH] Adjust python required packages for alpine:3.12 --- core/admin/requirements-prod.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/admin/requirements-prod.txt b/core/admin/requirements-prod.txt index e04089c4..0e627da8 100644 --- a/core/admin/requirements-prod.txt +++ b/core/admin/requirements-prod.txt @@ -38,7 +38,8 @@ python-editor==1.0.4 pytz==2019.1 PyYAML==5.1 redis==3.2.1 -six==1.12.0 +#alpine3:12 provides six==1.15.0 +#six==1.12.0 socrate==0.1.1 SQLAlchemy==1.3.3 srslib==0.1.4 @@ -46,6 +47,6 @@ tabulate==0.8.3 tenacity==5.0.4 validators==0.12.6 visitor==0.1.3 -Werkzeug==0.15.3 +Werkzeug==0.15.5 WTForms==2.2.1 WTForms-Components==0.10.4