Skip to content

Commit

Permalink
apns: fix httpx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JJTech0130 committed May 21, 2024
1 parent 67c8377 commit 60dc902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keywords = ["apple", "api", "reverse engineering", "imessage", "apns"]

dependencies = [
"anyio",
"httpx",
"httpx[http2]",
"cryptography",
"typing-extensions",
"exceptiongroup",
Expand Down

0 comments on commit 60dc902

Please sign in to comment.