diff --git a/pyproject.toml b/pyproject.toml index 555a5d2..be431c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ keywords = ["apple", "api", "reverse engineering", "imessage", "apns"] dependencies = [ "anyio", - "httpx", + "httpx[http2]", "cryptography", "typing-extensions", "exceptiongroup",