From 886fb2bb3cfc598ac45b2528228afb298e0e715a Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 17 Aug 2017 23:52:34 +0100 Subject: [PATCH] :bug: fix the broken test by replacing a buggy depdency ezodf v0.3.2 with pyexcerl-ezodf v0.3.2. More info can be found here: https://github.com/pyexcel/pyexcel-ezodf/issues/1. The package name change reason can be found here: https://github.com/pyexcel/pyexcel-ezodf/issues/2. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da227e796..ce3919089 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pyexcel==0.5.3 pyexcel-io==0.4.4 pyexcel-xls==0.4.0 pyexcel-xlsx==0.4.1 -pyexcel-ods3==0.4.0 +pyexcel-ods3==0.4.1 pytz==2017.2 six==1.10.0 gunicorn==19.7.1