From 393ea35e468f2270dfab6ac23879d1eaf489a865 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Fri, 24 Jul 2015 12:28:12 -0400 Subject: [PATCH] BLD: Switch back to PyPI version of xlrd The bug which prompted us to use our own version of xlrd is patched in the current PyPI release, so switch back to it. --- etc/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 08d7136a..1c05d119 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -2,7 +2,7 @@ nose==1.3.7 nose-parameterized==0.5.0 nose-ignore-docstring==0.2 --e git://github.com/python-excel/xlrd.git@b9239bf2bfc42e088dd2a75c22164757cca9cc4f#egg=xlrd-master +xlrd==0.9.4 # These are required by mock or its dependencies MarkupSafe==0.23