fix: add missing google api dependencies to Dockerfile and pyproject.toml
This commit is contained in:
@@ -8,7 +8,11 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pip install --no-cache-dir flask
|
RUN pip install --no-cache-dir \
|
||||||
|
flask \
|
||||||
|
google-api-python-client \
|
||||||
|
google-auth-httplib2 \
|
||||||
|
google-auth-oauthlib
|
||||||
|
|
||||||
COPY app.py Makefile ./
|
COPY app.py Makefile ./
|
||||||
COPY scripts/ ./scripts/
|
COPY scripts/ ./scripts/
|
||||||
|
|||||||
Reference in New Issue
Block a user