pythonPackages.papermill: add missing dependencies
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
, pyyaml
|
, pyyaml
|
||||||
, nbformat
|
, nbformat
|
||||||
, nbconvert
|
, nbconvert
|
||||||
|
, nbclient
|
||||||
, six
|
, six
|
||||||
, tqdm
|
, tqdm
|
||||||
, jupyter_client
|
, jupyter_client
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
, entrypoints
|
, entrypoints
|
||||||
, tenacity
|
, tenacity
|
||||||
, futures
|
, futures
|
||||||
|
, black
|
||||||
, backports_tempfile
|
, backports_tempfile
|
||||||
, isPy27
|
, isPy27
|
||||||
, pytest
|
, pytest
|
||||||
@@ -37,12 +39,14 @@ buildPythonPackage rec {
|
|||||||
pyyaml
|
pyyaml
|
||||||
nbformat
|
nbformat
|
||||||
nbconvert
|
nbconvert
|
||||||
|
nbclient
|
||||||
six
|
six
|
||||||
tqdm
|
tqdm
|
||||||
jupyter_client
|
jupyter_client
|
||||||
requests
|
requests
|
||||||
entrypoints
|
entrypoints
|
||||||
tenacity
|
tenacity
|
||||||
|
black
|
||||||
] ++ lib.optionals isPy27 [
|
] ++ lib.optionals isPy27 [
|
||||||
futures
|
futures
|
||||||
backports_tempfile
|
backports_tempfile
|
||||||
|
|||||||
Reference in New Issue
Block a user