0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.ipython: fix deps

This commit is contained in:
Jonathan Ringer 2022-01-13 23:03:57 -08:00 committed by Martin Weinelt
parent 7e4264ec43
commit 7adbab7fb2

View file

@ -9,6 +9,7 @@
, nose
, pygments
# Runtime dependencies
, black
, jedi
, decorator
, matplotlib-inline
@ -18,6 +19,7 @@
, pexpect
, appnope
, backcall
, stack-data
}:
buildPythonPackage rec {
@ -39,10 +41,12 @@ buildPythonPackage rec {
checkInputs = [ nose pygments ];
propagatedBuildInputs = [
black
jedi
decorator
matplotlib-inline
pickleshare
stack-data
traitlets
prompt-toolkit
pygments