diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-15 10:25:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-15 10:25:39 -0400 |
commit | 93a20c946bf2ceda5540356ae5c8fef54b80ac11 (patch) | |
tree | 25595a0c53f189e3152f84619412c28b13d28043 /crds | |
parent | d970f0df5845167e251e7393394e8ee15728cc6f (diff) | |
download | astroconda-dev-93a20c946bf2ceda5540356ae5c8fef54b80ac11.tar.gz |
Add missing lockfile dependency (#161)
Diffstat (limited to 'crds')
-rw-r--r-- | crds/meta.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index dddcc4e..bafb6f8 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -30,6 +30,7 @@ requirements: - lxml - parsley - filelock + - lockfile - setuptools - python {{ python }} @@ -39,6 +40,8 @@ requirements: - numpy - requests - lxml + - filelock + - lockfile - fitsverify - parsley - filelock |