pythonPackages.papermill: add missing dependencies

This commit is contained in:
Lancelot SIX 2020-06-25 10:44:40 +01:00 committed by Jon
parent a16a655811
commit cab8027409

View File

@ -7,6 +7,7 @@
, pyyaml
, nbformat
, nbconvert
, nbclient
, six
, tqdm
, jupyter_client
@ -14,6 +15,7 @@
, entrypoints
, tenacity
, futures
, black
, backports_tempfile
, isPy27
, pytest
@ -37,12 +39,14 @@ buildPythonPackage rec {
pyyaml
nbformat
nbconvert
nbclient
six
tqdm
jupyter_client
requests
entrypoints
tenacity
black
] ++ lib.optionals isPy27 [
futures
backports_tempfile