summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-05-25 14:49:31 -0400
committerGitHub <noreply@github.com>2021-05-25 14:49:31 -0400
commit6c2ce270912a597b07a7becd399980bd7d9b740b (patch)
treedfd0babf1cf24b3b8dd43b917d29081b3d7a3e4e
parenta361765af2fa82eff47b514361a9b144a862c51f (diff)
downloadastroconda-contrib-6c2ce270912a597b07a7becd399980bd7d9b740b.tar.gz
Update meta.yaml (#723)
-rw-r--r--asdf/meta.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml
index 3c7e7ec..c3c35e6 100644
--- a/asdf/meta.yaml
+++ b/asdf/meta.yaml
@@ -19,6 +19,7 @@ requirements:
build:
- semantic_version >=2.8
- pyyaml >=3.10
+ - importlib_resources >=3 # [py<3.9]
- jsonschema >=3.0.2,<4.0
- setuptools
- setuptools_scm
@@ -27,6 +28,7 @@ requirements:
run:
- semantic_version >=2.8
- pyyaml >=3.10
+ - importlib_resources >=3 # [py<3.9]
- jsonschema >=3.0.2,<4.0
- pytest
- setuptools