diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-05-25 14:57:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 14:57:52 -0400 |
commit | 34a281c0f680eecfa2166ddcdbf1f5909cea3750 (patch) | |
tree | d1dbd23fa99379a4276408353ed5f6fd3dcd1dc6 | |
parent | 6e9a38c4c3e8ebb2465f90e1aece551f3eba3ea1 (diff) | |
download | astroconda-contrib-34a281c0f680eecfa2166ddcdbf1f5909cea3750.tar.gz |
asdf: add packaging packagejhunkeler-patch-4
-rw-r--r-- | asdf/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index f2a9f19..28e790a 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -21,6 +21,7 @@ requirements: - pyyaml >=3.10 - importlib_resources >=3 # [py<39] - jsonschema >=3.0.2,<4.0 + - packaging>=16.0 - setuptools - setuptools_scm - numpy {{ numpy }} @@ -30,6 +31,7 @@ requirements: - pyyaml >=3.10 - importlib_resources >=3 # [py<39] - jsonschema >=3.0.2,<4.0 + - packaging>=16.0 - pytest - setuptools - setuptools_scm |