drop unused httpx[http2] extra

http2 was declared in the dependency spec but no httpx client
actually passes http2=True, so the extra (and its h2 pull-in) was
dead weight.
This commit is contained in:
pax 2026-04-11 16:12:50 -05:00
parent 9a3bb697ec
commit c0c8fdadbf

View File

@ -8,7 +8,7 @@ version = "0.2.5"
description = "Local booru image browser with Qt6 GUI"
requires-python = ">=3.11"
dependencies = [
"httpx[http2]>=0.27",
"httpx>=0.27",
"Pillow>=10.0",
"PySide6>=6.6",
"python-mpv>=1.0",