Skip to content

Commit 084fa8e

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 19013b6 commit 084fa8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyexcel-io>=0.6.2
2-
xlrd
2+
xlrd<2
33
xlwt

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
INSTALL_REQUIRES = [
7171
"pyexcel-io>=0.6.2",
72-
"xlrd",
72+
"xlrd<2",
7373
"xlwt",
7474
]
7575
SETUP_COMMANDS = {}

0 commit comments

Comments
 (0)