diff --git a/AUTHORS b/AUTHORS index 8b2336b5..ed4eec6d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,6 +26,7 @@ Here is a list of past and present much-appreciated contributors: Mark Walling Mathias Loesch Matthew Hegarty + Matthias Dellweg Mike Waldner Peyman Salehi Rabin Nankhwa diff --git a/HISTORY.md b/HISTORY.md index 6804bc24..6a1985e3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 3.6.1 (2024-04-04) + +### Bugfixes + +- Fix broken installs with pip failing to resolve the request for `tablib[html]` in some cases (#588). + ## 3.6.0 (2024-03-23) ### Improvements @@ -48,7 +54,7 @@ - Fix bug when yaml file is empty (#535) - Fix linting issues raised by Flake8 (#536) - + ## 3.3.0 (2022-12-10) ### Improvements diff --git a/pyproject.toml b/pyproject.toml index 69e34ebe..13195cb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ all = [ "xlwt", ] cli = ["tabulate"] +html = [] ods = ["odfpy"] pandas = ["pandas"] xls = ["xlrd", "xlwt"]