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.
2 parents 65d1ded + f26ebde commit 94aeed6Copy full SHA for 94aeed6
environment.yml
@@ -13,6 +13,7 @@ dependencies:
13
- cachetools
14
- DateTimeRange
15
- fastapi>=0.109.0
16
+- jsonschema
17
- pip
18
- pydantic>2
19
- pydantic-settings>2
pyproject.toml
@@ -20,6 +20,7 @@ dependencies = [
20
"cads-catalogue@git+https://github.com/ecmwf-projects/cads-catalogue.git",
21
"cads-common@git+https://github.com/ecmwf-projects/cads-common.git",
22
"fastapi",
23
+ "jsonschema",
24
"ogc-api-processes-fastapi@git+https://github.com/ecmwf-projects/ogc-api-processes-fastapi.git",
25
"pydantic>2",
26
"pydantic-settings>2",
0 commit comments