From 4e78993851484be6dcc5bb1611fa56ab8473f1a3 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 5 Jul 2019 13:09:04 -0400 Subject: Add missing dependencies to crds recipe (#520) --- crds/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crds/meta.yaml b/crds/meta.yaml index 5d221b7..ecfc4ca 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -25,8 +25,10 @@ requirements: - numpy {{ numpy }} - requests - lxml + - mock - parsley - filelock + - lockfile - setuptools - python {{ python }} - asdf @@ -37,9 +39,11 @@ requirements: - numpy - requests - lxml + - mock - fitsverify - parsley - filelock + - lockfile - python - asdf -- cgit