summaryrefslogtreecommitdiff
path: root/asdf
diff options
context:
space:
mode:
Diffstat (limited to 'asdf')
-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