We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309b5a2 commit 885a6aeCopy full SHA for 885a6ae
requirements/base.in
@@ -7,6 +7,5 @@ attrs>=17.2.0 # Attributes without boilerplate
7
sailthru-client==2.2.3
8
six
9
stevedore>=1.10.0
10
-
11
-firebase-admin==6.5.0
12
-django-push-notifications==3.1.0
+firebase-admin
+django-push-notifications
setup.py
@@ -113,7 +113,7 @@ def is_requirement(line):
113
install_requires=load_requirements('requirements/base.in'),
114
extras_require={
115
'sailthru': ["sailthru-client>2.2,<2.3"],
116
- 'push_notifications': ["django-push-notifications[FCM]>=3.1.0"]
+ 'push_notifications': ["django-push-notifications[FCM]"]
117
},
118
license="AGPL 3.0",
119
zip_safe=False,
0 commit comments