Skip to content

Commit

Permalink
Add tdewolff-minify to dependencies (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pydsigner committed Nov 4, 2023
1 parent 5c8e15e commit 7ceef66
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,17 @@ pretty = ["rich>=12.5.1"]
# standard set of Steps, but significantly valuable to the [web] audience for
# thumbnailing and .webp conversion.
pillow = ["Pillow>=9.2.0"]
minify = ["lightningcss>=0.1.1,<1.0", "minify-html-onepass>=0.11.1"]
web = ["anchovy[markdown]", "anchovy[css]", "anchovy[pillow]", "anchovy[minify]"]
minify = [
"lightningcss>=0.1.1,<1.0",
"minify-html-onepass>=0.11.1",
"tdewolff-minify>=2.20.6; sys_platform != 'darwin'"
]
web = [
"anchovy[markdown]",
"anchovy[css]",
"anchovy[pillow]",
"anchovy[minify]"
]
include = ["requests>=2.31.0", "anchovy[toml]"]
base = ["anchovy[web]", "anchovy[include]", "anchovy[pretty]"]
# Currently, [all] is the same as [base]; this will change in the future if
Expand Down

0 comments on commit 7ceef66

Please sign in to comment.