Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 17, 2023
1 parent f16095d commit 22c6772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -43,6 +43,10 @@ dev = [
"sphinx-design",
"tox-direct",
"types-mock",
"mock",
"types-setuptools",
"types-requests",
"types-PyYAML",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_credentials/.gphotos.token
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}

0 comments on commit 22c6772

Please sign in to comment.