Skip to content

Commit 2c71cd4

Browse files
authored
Add optional requirement specifier "html" back (#589)
1 parent 0e68ed8 commit 2c71cd4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Here is a list of past and present much-appreciated contributors:
2626
Mark Walling
2727
Mathias Loesch
2828
Matthew Hegarty
29+
Matthias Dellweg
2930
Mike Waldner
3031
Peyman Salehi
3132
Rabin Nankhwa

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## 3.6.1 (2024-04-04)
4+
5+
### Bugfixes
6+
7+
- Fix broken installs with pip failing to resolve the request for `tablib[html]` in some cases (#588).
8+
39
## 3.6.0 (2024-03-23)
410

511
### Improvements
@@ -48,7 +54,7 @@
4854

4955
- Fix bug when yaml file is empty (#535)
5056
- Fix linting issues raised by Flake8 (#536)
51-
57+
5258
## 3.3.0 (2022-12-10)
5359

5460
### Improvements

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ all = [
4343
"xlwt",
4444
]
4545
cli = ["tabulate"]
46+
html = []
4647
ods = ["odfpy"]
4748
pandas = ["pandas"]
4849
xls = ["xlrd", "xlwt"]

0 commit comments

Comments
 (0)