Implement feature that allows to export tabular data suited to a… (#437)

This commit is contained in:
Daniel Santos
2019-12-10 00:04:03 +01:00
committed by Hugo van Kemenade
parent 4de2e17984
commit fa30ea858d
6 changed files with 65 additions and 3 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ setup(
],
python_requires='>=3.5',
extras_require={
'all': ['markuppy', 'odfpy', 'openpyxl>=2.4.0', 'pandas', 'pyyaml', 'xlrd', 'xlwt'],
'all': ['markuppy', 'odfpy', 'openpyxl>=2.4.0', 'pandas', 'pyyaml', 'tabulate', 'xlrd', 'xlwt'],
'cli': ['tabulate'],
'html': ['markuppy'],
'ods': ['odfpy'],
'pandas': ['pandas'],