diff --git a/pyproject.toml b/pyproject.toml index d6d0825..5a6357c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",