Skip to content

Commit

Permalink
Add optional requirement specifier "html" back (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Apr 4, 2024
1 parent 0e68ed8 commit 2c71cd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion 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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -43,6 +43,7 @@ all = [
"xlwt",
]
cli = ["tabulate"]
html = []
ods = ["odfpy"]
pandas = ["pandas"]
xls = ["xlrd", "xlwt"]
Expand Down

0 comments on commit 2c71cd4

Please sign in to comment.