diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-07-05 13:09:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 13:09:04 -0400 |
commit | 4e78993851484be6dcc5bb1611fa56ab8473f1a3 (patch) | |
tree | f0688cb1be9d87839cd7e9365567174a52533672 /crds/meta.yaml | |
parent | 7246b469803cf694a60d13b7a1213e02f778946b (diff) | |
download | astroconda-contrib-4e78993851484be6dcc5bb1611fa56ab8473f1a3.tar.gz |
Add missing dependencies to crds recipe (#520)
Diffstat (limited to 'crds/meta.yaml')
-rw-r--r-- | crds/meta.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |