Skip to content

Commit

Permalink
https-loader: Removes brotli dependency
Browse files Browse the repository at this point in the history
as it's effectively only useful to fetch minimized JS.
  • Loading branch information
funkyfuture committed Oct 30, 2024
1 parent d086f04 commit 1028ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
https-loader = "_delb.plugins.https_loader"

[project.optional-dependencies]
https-loader = ["httpx[brotli,http2]"]
https-loader = ["httpx[http2]"]

[project.urls]
Changelog = "https://delb.readthedocs.io/en/latest/changes.html"
Expand Down

0 comments on commit 1028ea2

Please sign in to comment.