Skip to content

Commit 94aeed6

Browse files
authored
Merge pull request #193 from ecmwf-projects/COPDS-1699-schema-checking
Add cads-adaptors dependency
2 parents 65d1ded + f26ebde commit 94aeed6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- cachetools
1414
- DateTimeRange
1515
- fastapi>=0.109.0
16+
- jsonschema
1617
- pip
1718
- pydantic>2
1819
- pydantic-settings>2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"cads-catalogue@git+https://github.com/ecmwf-projects/cads-catalogue.git",
2121
"cads-common@git+https://github.com/ecmwf-projects/cads-common.git",
2222
"fastapi",
23+
"jsonschema",
2324
"ogc-api-processes-fastapi@git+https://github.com/ecmwf-projects/ogc-api-processes-fastapi.git",
2425
"pydantic>2",
2526
"pydantic-settings>2",

0 commit comments

Comments
 (0)