about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-08-30 15:26:18 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-08-30 15:26:18 +0200
commit74495e4f3afe5f5467dce80842105e9b841a8c91 (patch)
tree478d52ff98414cacc34d044522ff4557cf4d5ac5 /pkgs/development
parent523a7c879fcc10de84ebc917a2e1915efc25375d (diff)
downloadnixlib-74495e4f3afe5f5467dce80842105e9b841a8c91.tar
nixlib-74495e4f3afe5f5467dce80842105e9b841a8c91.tar.gz
nixlib-74495e4f3afe5f5467dce80842105e9b841a8c91.tar.bz2
nixlib-74495e4f3afe5f5467dce80842105e9b841a8c91.tar.lz
nixlib-74495e4f3afe5f5467dce80842105e9b841a8c91.tar.xz
nixlib-74495e4f3afe5f5467dce80842105e9b841a8c91.tar.zst
nixlib-74495e4f3afe5f5467dce80842105e9b841a8c91.zip
python.pkgs.plotly: fix build
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/plotly/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/plotly/default.nix b/pkgs/development/python-modules/plotly/default.nix
index 9d2df2a89ebd..6e7147e4e12f 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
   ];