Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19100ed

Browse files
committedJul 30, 2024··
feat: add push notifications
1 parent f164994 commit 19100ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1924
-188
lines changed
 

‎.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ package-lock.json
5656
# Virtual environments
5757
venv/
5858
.venv/
59+
60+
# Webpush
61+
/keys/webpush/
62+
/keys/
63+
64+
# Keys
65+
*.pem

‎Ion.egg-info/PKG-INFO

+4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,14 @@ Requires-Dist: sphinx-bootstrap-theme==0.8.1
7474
Requires-Dist: tblib==1.7.0
7575
Requires-Dist: vine==5.0.0
7676
Requires-Dist: xhtml2pdf==0.2.11
77+
Requires-Dist: django-push-notifications[WP]==3.1.0
78+
Requires-Dist: py-vapid==1.9.1
79+
Requires-Dist: pywebpush==2.0.0
7780
Requires-Dist: asgiref>=3.3.4
7881
Requires-Dist: pillow>=9.0.0
7982
Requires-Dist: tinycss2
8083
Requires-Dist: twisted>=21.7.0
84+
Requires-Dist: python-bidi==0.4.2
8185

8286
**********
8387
Intranet 3

0 commit comments

Comments
 (0)
Please sign in to comment.