We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0880a commit ffea46bCopy full SHA for ffea46b
pyproject.toml
@@ -14,7 +14,9 @@ dependencies = [
14
"pyjwt>=2.1",
15
"tqdm>=4.56",
16
"typing-extensions",
17
- "planet-auth==2.0.11b1746511689"
+ "planet-auth==2.0.11b1746663950",
18
+ # "planet-auth @ https://github.com/planetlabs/planet-auth-python/archive/refs/heads/carl/fixing-planet-sdk.zip",
19
+ # "planet-auth @ git+https://github.com/planetlabs/planet-auth-python.git@_SHA_or_BRANCH_or_TAG_#egg=planet-auth",
20
]
21
readme = "README.md"
22
requires-python = ">=3.9"
0 commit comments