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:
parent
9a3bb697ec
commit
c0c8fdadbf
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user