From af5a3bd7b4beee341948e79102c44de37de3d9c2 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Wed, 13 Apr 2016 11:44:13 +0200
Subject: [PATCH] also add xlwt to dependencies in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7760d2a5..c404fd9a 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ in Python 2.7 by default. You can also write code that is compatible with both
 
 * [pandas](http://pandas.pydata.org/)
 
-* xlrd
+* xlrd and xlwt from [python-excel](http://www.python-excel.org/)
 
 * h5py
 
-- 
GitLab