From b15d0ad34c2283ddaeb96ebe23fe07218db88354 Mon Sep 17 00:00:00 2001 From: nex Date: Mon, 4 Mar 2024 12:43:18 +0000 Subject: [PATCH] Add HTTP2 to httpx --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4b6d4a..da18c0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ wheel>=0.42 setuptools>=69 yt-dlp @ https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz py-cord @ git+https://github.com/Pycord-Development/pycord.git -httpx~=0.26 +httpx[http2]~=0.26 psycopg~=3.1 toml~=0.10 pillow~=10.2