Add django-webpush to deps

This commit is contained in:
decentral1se 2021-04-07 15:57:33 +02:00
parent 764e9aaa3f
commit b86872be24
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@ license = MIT
[options] [options]
packages = find: packages = find:
install_requires = install_requires =
djangoldp~=2.1.0 djangoldp~=2.1
djangoldp_account~=2.1 djangoldp_account~=2.1
ecdsa~=0.16.1 ecdsa~=0.16.1
django-webpush~=0.3
[options.extras_require] [options.extras_require]
include_package_data = True include_package_data = True