We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47bceb commit 4a126b9Copy full SHA for 4a126b9
1 file changed
pyproject.toml
@@ -10,7 +10,7 @@ license = {file = "LICENSE"}
10
requires-python = ">= 3.9"
11
dependencies = [
12
"attr",
13
- "eodag[all-providers] @ git+https://github.com/CS-SI/eodag",
+ "eodag[all-providers]",
14
"fastapi",
15
"geojson-pydantic",
16
"orjson",
@@ -39,7 +39,7 @@ telemetry = [
39
"opentelemetry-api",
40
"opentelemetry-sdk",
41
"opentelemetry-exporter-otlp-proto-http",
42
- "opentelemetry-instrumentation-eodag @ git+https://github.com/CS-SI/opentelemetry-instrumentation-eodag",
+ "opentelemetry-instrumentation-eodag",
43
"opentelemetry-instrumentation-fastapi"
44
]
45
dev = [
0 commit comments