Skip to content

Commit 60dc902

Browse files
committed
apns: fix httpx dependency
1 parent 67c8377 commit 60dc902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = ["apple", "api", "reverse engineering", "imessage", "apns"]
2323

2424
dependencies = [
2525
"anyio",
26-
"httpx",
26+
"httpx[http2]",
2727
"cryptography",
2828
"typing-extensions",
2929
"exceptiongroup",

0 commit comments

Comments
 (0)