Skip to content

Commit 885a6ae

Browse files
fix: [FC-0047] unpin django-push-notifications versions and recompile requirements
1 parent 309b5a2 commit 885a6ae

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements/base.in

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ attrs>=17.2.0 # Attributes without boilerplate
77
sailthru-client==2.2.3
88
six
99
stevedore>=1.10.0
10-
11-
firebase-admin==6.5.0
12-
django-push-notifications==3.1.0
10+
firebase-admin
11+
django-push-notifications

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def is_requirement(line):
113113
install_requires=load_requirements('requirements/base.in'),
114114
extras_require={
115115
'sailthru': ["sailthru-client>2.2,<2.3"],
116-
'push_notifications': ["django-push-notifications[FCM]>=3.1.0"]
116+
'push_notifications': ["django-push-notifications[FCM]"]
117117
},
118118
license="AGPL 3.0",
119119
zip_safe=False,

0 commit comments

Comments
 (0)