We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b637 commit e15f90cCopy full SHA for e15f90c
pyproject.toml
@@ -15,7 +15,9 @@ dependencies = [
15
"tqdm>=4.56",
16
"typing-extensions",
17
# "planet-auth==2.0.11b1746511689",
18
- "planet-auth @ git+https://github.com/planetlabs/planet-auth-python/archive/refs/heads/carl/fixing-planet-sdk.zip",
+ # "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@carl/fixing-planet-sdk#egg=planet-auth",
20
+ "planet-auth @ git+https://github.com/planetlabs/planet-auth-python.git@carl/fixing-planet-sdk",
21
]
22
readme = "README.md"
23
requires-python = ">=3.9"
0 commit comments