From 255e774777bfe50c57d27feea13da98f02e65f69 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Sun, 19 Jul 2020 00:24:13 +0200
Subject: [PATCH] [jupyterhub] add xlrd and hsluv python packages

---
 jupyterhub/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile
index 155ef83..d6fda02 100755
--- a/jupyterhub/Dockerfile
+++ b/jupyterhub/Dockerfile
@@ -45,6 +45,8 @@ RUN mkdir -p ~/.venv && \
         matplotlib \
         pandas \
         tables \
+        xlrd \
+        hsluv \
         ipympl \
         ipywebrtc \
         ipyvolume \
-- 
GitLab