1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-08-31 09:57:56 +00:00

Fix SSLHandshakeError error on gdrive callback

changes: Update google-api-python-client and httplib2 versions
details: https://github.com/googleapis/google-api-python-client/issues/453
This commit is contained in:
Alex Viscreanu
2019-08-24 23:14:47 +02:00
parent 23b3bfd967
commit 6a821b8a75

View File

@@ -1,5 +1,5 @@
# GDrive Integration
google-api-python-client==1.6.1
google-api-python-client==1.7.11
gevent==1.2.1
greenlet==0.4.12
httplib2==0.9.2