diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-05-25 15:21:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 15:21:31 -0400 |
commit | c1aa47de041857709a79f725766611b21b2564c3 (patch) | |
tree | 855b2bb0e50739bcd4104a69b42fa8cc37d92842 /asdf | |
parent | 846d0c4578e90a4141608ebf8e905d3da2e28db0 (diff) | |
download | astroconda-contrib-c1aa47de041857709a79f725766611b21b2564c3.tar.gz |
asdf: add jmespath (#728)
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/meta.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 28e790a..e5a20fd 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -20,8 +20,9 @@ requirements: - semantic_version >=2.8 - pyyaml >=3.10 - importlib_resources >=3 # [py<39] + - jmespath >=0.6.2 - jsonschema >=3.0.2,<4.0 - - packaging>=16.0 + - packaging >=16.0 - setuptools - setuptools_scm - numpy {{ numpy }} @@ -30,8 +31,9 @@ requirements: - semantic_version >=2.8 - pyyaml >=3.10 - importlib_resources >=3 # [py<39] + - jmespath >=0.6.2 - jsonschema >=3.0.2,<4.0 - - packaging>=16.0 + - packaging >=16.0 - pytest - setuptools - setuptools_scm |