1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python.pkgs.plotly: fix build

This commit is contained in:
Robert Schütz 2018-08-30 15:26:18 +02:00
parent 523a7c879f
commit 74495e4f3a

View file

@ -5,6 +5,7 @@
, nbformat
, pytz
, requests
, retrying
, six
}:
@ -22,6 +23,7 @@ buildPythonPackage rec {
nbformat
pytz
requests
retrying
six
];