We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0880a commit c9e2fb9Copy full SHA for c9e2fb9
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.11b1746511689",
18
+ # "planet-auth @ https://github.com/planetlabs/planet-auth-python/archive/refs/heads/carl/sdk-integration-work.zip"
19
+ "planet-auth @ https://github.com/planetlabs/planet-auth-python/archive/refs/heads/carl/fixing-planet-sdk.zip"
20
]
21
readme = "README.md"
22
requires-python = ">=3.9"
0 commit comments