diff --git a/pyproject.toml b/pyproject.toml index e342ad77..16001dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "appdirs", "pyyaml", "psutil", - "google", + "google_auth_oauthlib", "typing-extensions;python_version<'3.8'", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"] @@ -43,6 +43,10 @@ dev = [ "sphinx-design", "tox-direct", "types-mock", + "mock", + "types-setuptools", + "types-requests", + "types-PyYAML", ] [project.scripts] diff --git a/tests/test_credentials/.gphotos.token b/tests/test_credentials/.gphotos.token index b3113e65..b7be94ba 100644 --- a/tests/test_credentials/.gphotos.token +++ b/tests/test_credentials/.gphotos.token @@ -1 +1 @@ -{"access_token": "ya29.a0AfB_byDXJCKlwvJkqVdZ_TI33xHRdO5eYU2qwTeBCFc8p_Pvah0hdPsKxnvm7hNIO8a0GZag78SkLbZktC-MEeRN0ahVCCVwxad5Cf29i3qNBZpNjbUF4T6DzNlucvYtm5Aqh06jtqPlGu3PxeOBCRIUqN7O6MbKvTzZ8M0aCgYKAQ8SARMSFQHGX2MivgKN6cJHMpjPkhO_a_9Onw0174", "expires_in": 3599, "scope": ["https://www.googleapis.com/auth/photoslibrary.readonly", "https://www.googleapis.com/auth/photoslibrary.sharing"], "token_type": "Bearer", "expires_at": 1702819489.791437, "refresh_token": "1//03CEqAzsnP-8PCgYIARAAGAMSNwF-L9Irz4_ilhRw0HIwVImT4gTCUPlV8YaCTYQiIjD4juWOI5eQh_-Rzh9nTmBND0jliOnabq4"} \ No newline at end of file +{"access_token": "ya29.a0AfB_byD9Qzo5Ah_YIJRQnbotK4OLKXCgQTIcolrABnIG3I9MEPB9FHGjLSpGUmenochN7WVHHafKwv0gFNNCgDp05Icth4mC3uCOnP5gs1rTNbZB6dYLoBENsjKjnoylT4_iwaLgbl6rwcij5xVmWg0NUlfcVhE1CRdkmXUaCgYKAZ8SARMSFQHGX2MiuUH3W4-Y-jyn-N9e1y6u4Q0174", "expires_in": 3599, "scope": ["https://www.googleapis.com/auth/photoslibrary.sharing", "https://www.googleapis.com/auth/photoslibrary.readonly"], "token_type": "Bearer", "expires_at": 1702828943.8575091, "refresh_token": "1//03CEqAzsnP-8PCgYIARAAGAMSNwF-L9Irz4_ilhRw0HIwVImT4gTCUPlV8YaCTYQiIjD4juWOI5eQh_-Rzh9nTmBND0jliOnabq4"} \ No newline at end of file