From ae4c678dc98c72742991893db128a913fbcfea72 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 5 Mar 2024 17:15:05 -0500 Subject: [PATCH] add dependecy on asdf-standard --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ffdef0c..11d2eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ ] dependencies = [ 'asdf >= 2.12.1', + 'asdf-standard >= 1.1.0', ] dynamic = ['version']