From b86872be246f09d34149d188955ca36fc71f91a7 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 7 Apr 2021 15:57:33 +0200 Subject: [PATCH] Add django-webpush to deps --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index aadfaa5..3ca61e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,9 +10,10 @@ license = MIT [options] packages = find: install_requires = - djangoldp~=2.1.0 + djangoldp~=2.1 djangoldp_account~=2.1 ecdsa~=0.16.1 + django-webpush~=0.3 [options.extras_require] include_package_data = True