diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-08-10 11:45:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-10 11:45:03 -0400 |
commit | 85c00e457529f91e5810c9c88b9d67cc1a70470b (patch) | |
tree | a08dd8d644369f2843605abd8ea6a67f60f5f989 /specviz | |
parent | 5c622c8e25a14957ee67ae960b988e65e82979bf (diff) | |
download | astroconda-contrib-85c00e457529f91e5810c9c88b9d67cc1a70470b.tar.gz |
[specviz] Add missing 'docopt' dependency (#249)
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 6db6994..315d8d5 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -18,6 +18,7 @@ requirements: build: - astropy - cython + - docopt - specutils - pyyaml - pyqtgraph >=0.9.11 @@ -33,6 +34,7 @@ requirements: run: - astropy - cython + - docopt - specutils - pyyaml - pyqtgraph >=0.9.11 |