Skip to content

Commit

Permalink
Add optional requirement specifier "html" back
Browse files Browse the repository at this point in the history
Removing such a specifier should be considered a breaking change and be
postponed to the next major release, because `pip install tablib[html]`
fails on this. Since there are no actual dependencies to consider, an
empty list is put behind that key.

fixes #588
  • Loading branch information
mdellweg committed Apr 3, 2024
1 parent 0e68ed8 commit 802795d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ all = [
"xlwt",
]
cli = ["tabulate"]
html = []
ods = ["odfpy"]
pandas = ["pandas"]
xls = ["xlrd", "xlwt"]
Expand Down

0 comments on commit 802795d

Please sign in to comment.