Skip to content

Commit a9c1f31

Browse files
committed
workaround for #541
1 parent 41b973c commit a9c1f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"sym": [],
101101
"test": ["pathlib2; python_version < '3.4'", "pytest"],
102102
"wireshark": [],
103-
"xls": ["xlrd", "xlwt"],
103+
"xls": ["xlrd==1.2.0", "xlwt"],
104104
"xlsx": ["xlsxwriter"],
105105
"yaml": ["pyyaml"],
106106
},

0 commit comments

Comments
 (0)