diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-18 11:46:41 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-18 11:46:41 -0400 |
commit | 558ff4ba4555033c380ae86a6635151fa89c0072 (patch) | |
tree | 4a2ca7e5ef0cec7d0d08e7fd606af35eaae59907 | |
parent | cf145bcb657c3dc12459ae37084dafaf09b993a0 (diff) | |
download | astroconda-etc-558ff4ba4555033c380ae86a6635151fa89c0072.tar.gz |
Add websocket-client to pandeia-thirdparty
-rw-r--r-- | pandeia-thirdparty/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pandeia-thirdparty/meta.yaml b/pandeia-thirdparty/meta.yaml index 5439d73..2fbf1f4 100644 --- a/pandeia-thirdparty/meta.yaml +++ b/pandeia-thirdparty/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: pandeia-thirdparty - version: 1.2.0 + version: 1.2.1 requirements: build: - d2to1 @@ -34,6 +34,7 @@ requirements: - jupyter_client - notebook - ipython_genutils + - websocket-client - numpy x.x - python x.x run: @@ -62,5 +63,6 @@ requirements: - jupyter_client - notebook - ipython_genutils + - websocket-client - numpy x.x - python x.x |