update versions
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM python:3.10-alpine
|
FROM python:latest
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
EXPOSE 5000
|
||||||
|
|
||||||
COPY src/requirements.txt .
|
COPY src/requirements.txt .
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
cachetools==4.2.2
|
cachetools
|
||||||
flask==2.0.1
|
flask
|
||||||
google-api-python-client==2.20.0
|
google-api-python-client
|
||||||
google-auth-httplib2==0.1.0
|
google-auth-httplib2
|
||||||
google-auth-oauthlib==0.4.6
|
google-auth-oauthlib
|
||||||
python-Levenshtein==0.21.1
|
python-Levenshtein
|
||||||
|
|||||||
Reference in New Issue
Block a user