From ae428e12c71c9efc108680389095461f0254ff4e Mon Sep 17 00:00:00 2001 From: bb-ivo Date: Mon, 22 Apr 2024 11:50:04 +0200 Subject: [PATCH] update versions --- Dockerfile | 3 ++- src/requirements.txt | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb839f1..4b9cb4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ -FROM python:3.10-alpine +FROM python:latest WORKDIR /app +EXPOSE 5000 COPY src/requirements.txt . RUN pip3 install -r requirements.txt diff --git a/src/requirements.txt b/src/requirements.txt index e662fe7..d014d49 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ -cachetools==4.2.2 -flask==2.0.1 -google-api-python-client==2.20.0 -google-auth-httplib2==0.1.0 -google-auth-oauthlib==0.4.6 -python-Levenshtein==0.21.1 +cachetools +flask +google-api-python-client +google-auth-httplib2 +google-auth-oauthlib +python-Levenshtein