diff options
| author | Daniel Santos <dfsantosbu@unal.edu.co> | 2019-12-10 00:04:03 +0100 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2019-12-10 01:04:03 +0200 |
| commit | fa30ea858d0ac41f2f542e0c50d9f9a2e343deb2 (patch) | |
| tree | 43b8ec6362e4989a9b6669f82d1e15426d3f5f40 /setup.py | |
| parent | 4de2e17984165400bc8aa610ea61c9f441ccbedb (diff) | |
| download | tablib-fa30ea858d0ac41f2f542e0c50d9f9a2e343deb2.tar.gz | |
Implement feature that allows to export tabular data suited to a… (#437)
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'], |
