update versions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user