From 4fe6547c03be254adf9e43a1a7827fc2fc9efa6a Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Tue, 12 Apr 2016 16:23:21 +0200
Subject: [PATCH] add xlwt to dependencies

---
 docs/install-anaconda.md | 2 +-
 requirements.txt         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/install-anaconda.md b/docs/install-anaconda.md
index ad6213f..db7b2bd 100644
--- a/docs/install-anaconda.md
+++ b/docs/install-anaconda.md
@@ -9,7 +9,7 @@ conda update --all
 conda create -n wetb_py3 python=3.5
 source activate wetb_py3
 conda install setuptools_scm future h5py pytables pytest nose sphinx
-conda install scipy pandas matplotlib cython xlrd coverage
+conda install scipy pandas matplotlib cython xlrd coverage xlwt
 pip install pyscaffold pytest-cov
 ```
 
diff --git a/requirements.txt b/requirements.txt
index 4f4ab58..7db2fa2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,7 @@ scipy>=0.9
 matplotlib
 pytest
 xlrd
+xlwt
 h5py
 pandas
 tables
-- 
GitLab