From 591e8f74489bcd2b60e1dd39154f3078adbec827 Mon Sep 17 00:00:00 2001 From: Peyman Salehi Date: Fri, 4 Oct 2019 20:52:43 +0330 Subject: [PATCH] Fix missing comma in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c82bb9a..0ec9659 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install = [ 'odfpy', 'openpyxl>=2.4.0', 'backports.csv;python_version<"3.0"', - 'markuppy' + 'markuppy', 'xlrd', 'xlwt', 'pyyaml',