changeset 28:520fa4e1c537

Add google-auth dependency explicitly.
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 01 May 2020 17:51:34 +0200
parents 6e53be5c652e
children 8801b7fc6010
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Mar 23 16:16:37 2020 +0100
+++ b/setup.py	Fri May 01 17:51:34 2020 +0200
@@ -13,6 +13,7 @@
         scripts=['photosync.py'],
         install_requires=[
             'google-api-python-client',
+            'google-auth',
             'google-auth-httplib2',
             'google-auth-oauthlib',
             'python-dateutil',