Closed Miladiir closed 3 years ago
Not sure how to bump versions, you guys may need to step in.
Hey @Miladiir
what you suggest seems to work, i would however rather state the version requirement directly when installing, something like this:
diff --git a/Dockerfile b/Dockerfile
index 5201fb7..310f9e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,6 +43,7 @@ RUN apk upgrade --update && \
pip3 install --no-cache-dir wheel setuptools-scm && \
pip3 install --no-cache-dir \
fasteners \
+ google-api-python-client>=2.2.0 \
PyDrive \
chardet \
azure-storage-blob \
I agree, much more elegant. I updated the pull request.
Thanks, it looks good to me :)
Fixes #14