Skip to content

Commit

Permalink
fix: [FC-0047] unpin django-push-notifications versions and recompile…
Browse files Browse the repository at this point in the history
… requirements
  • Loading branch information
NiedielnitsevIvan committed Jun 21, 2024
1 parent 309b5a2 commit 885a6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ attrs>=17.2.0 # Attributes without boilerplate
sailthru-client==2.2.3
six
stevedore>=1.10.0

firebase-admin==6.5.0
django-push-notifications==3.1.0
firebase-admin
django-push-notifications
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def is_requirement(line):
install_requires=load_requirements('requirements/base.in'),
extras_require={
'sailthru': ["sailthru-client>2.2,<2.3"],
'push_notifications': ["django-push-notifications[FCM]>=3.1.0"]
'push_notifications': ["django-push-notifications[FCM]"]
},
license="AGPL 3.0",
zip_safe=False,
Expand Down

0 comments on commit 885a6ae

Please sign in to comment.