File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Dependencies
3737- For WebPush (WP), pywebpush 1.3.0+ is required (optional). py-vapid 1.3.0+ is required for generating the WebPush private key; however this
3838 step does not need to occur on the application server.
3939- For Apple Push (APNS), apns2 0.3+ is required (optional).
40- - For Apple Push (APNS_ASYNC ) using async, aioapns 3.1+ is required (optional). Installed aioapns overrides apns2 which does not support python 3.10+.
40+ - For Apple Push (apns-async ) using async, aioapns 3.1+ is required (optional). Installed aioapns overrides apns2 which does not support python 3.10+.
4141- For FCM, firebase-admin 6.2+ is required (optional).
4242
4343Setup
@@ -46,7 +46,7 @@ You can install the library directly from pypi using pip:
4646
4747.. code-block :: shell
4848
49- $ pip install django-push-notifications[WP,APNS_ASYNC ,FCM]
49+ $ pip install django-push-notifications[WP,apns-async ,FCM]
5050
5151
5252 Edit your settings.py file:
Original file line number Diff line number Diff line change 4343
4444WP = pywebpush>=1.3.0
4545
46- APNS_ASYNC = aioapns>=3.1
46+ apns-async = aioapns>=3.1
4747
4848FCM = firebase-admin>=6.2
4949
You can’t perform that action at this time.
0 commit comments