From bb5d3c24649a801286ceccb7b733c2d6946f74ac Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Wed, 13 Apr 2016 20:00:38 +0200 Subject: [PATCH] added openpyxl to dependencies --- README.md | 2 ++ requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c404fd9..b8f2fbb 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ in Python 2.7 by default. You can also write code that is compatible with both * xlrd and xlwt from [python-excel](http://www.python-excel.org/) +* [openpyxl](http://openpyxl.readthedocs.org/en/default/) + * h5py * [matplotlib](http://matplotlib.org/) diff --git a/requirements.txt b/requirements.txt index 7db2fa2..1c12bab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ matplotlib pytest xlrd xlwt +openpyxl h5py pandas tables -- GitLab