From 2c71cd43ad12951d2088a33ca18e62763b8c2248 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg <2500@gmx.de> Date: Thu, 4 Apr 2024 15:41:30 +0200 Subject: [PATCH] Add optional requirement specifier "html" back (#589) --- AUTHORS | 1 + HISTORY.md | 8 +++++++- pyproject.toml | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) 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"]