Skip to content

Commit

Permalink
feat(apns): implement http/2 based apns
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Dec 14, 2019
1 parent a1ed717 commit 036f142
Show file tree
Hide file tree
Showing 16 changed files with 489 additions and 901 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ nohup.out
airnotifier.err
airnotifier.log
config.py
.cache
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ tornado = "~=6.0"
click = "*"
sentry-sdk = "==0.13.2"
aiocontextvars = "*"
hyper = "*"
pyjwt = "*"
cryptography = "*"

[requires]
python_version = "3.6"
180 changes: 143 additions & 37 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 036f142

Please sign in to comment.