pythonPackages.papermill: add missing dependencies

This commit is contained in:
Lancelot SIX
2020-06-26 08:36:51 -07:00
committed by Jon
parent a16a655811
commit cab8027409
@@ -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