From 4f6d1cdbcd234a4437a29dcfbac001f05689d22b Mon Sep 17 00:00:00 2001 From: franzmueller Date: Mon, 28 Aug 2023 10:35:41 +0200 Subject: [PATCH] update libraries --- Dockerfile | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 454001e..214b3bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine +FROM python:3.11-alpine WORKDIR /usr/src/app @@ -13,4 +13,4 @@ EXPOSE 5000 LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/analytics-flow-repo -CMD [ "python", "./main.py" ] \ No newline at end of file +CMD [ "python", "./main.py" ] diff --git a/requirements.txt b/requirements.txt index 2932d77..ba840a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -markupsafe==2.0.1 PyJWT waitress pymongo flask marshmallow_sqlalchemy -flask-restx flask_cors -werkzeug<=0.16.1 \ No newline at end of file +flask==2.3.0 +flask_restx==1.1.0 +requests