Fix missing comma in setup.py

This commit is contained in:
Peyman Salehi
2019-10-04 20:52:43 +03:30
committed by Claude Paroz
parent 4dfe2c2f89
commit 591e8f7448
+1 -1
View File
@@ -34,7 +34,7 @@ install = [
'odfpy',
'openpyxl>=2.4.0',
'backports.csv;python_version<"3.0"',
'markuppy'
'markuppy',
'xlrd',
'xlwt',
'pyyaml',