From 74495e4f3afe5f5467dce80842105e9b841a8c91 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Thu, 30 Aug 2018 15:26:18 +0200 Subject: python.pkgs.plotly: fix build --- pkgs/development/python-modules/plotly/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/plotly') diff --git a/pkgs/development/python-modules/plotly/default.nix b/pkgs/development/python-modules/plotly/default.nix index 9d2df2a89eb..6e7147e4e12 100644 --- a/pkgs/development/python-modules/plotly/default.nix +++ b/pkgs/development/python-modules/plotly/default.nix @@ -5,6 +5,7 @@ , nbformat , pytz , requests +, retrying , six }: @@ -22,6 +23,7 @@ buildPythonPackage rec { nbformat pytz requests + retrying six ]; -- cgit 1.4.1