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
];