From 1e3a8912a5f20e8bf3bb2acbe7cd9e5b2fc1e549 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Wed, 29 Jan 2020 21:45:39 +0100 Subject: [PATCH] Use django-pwa from my Git fork for now https://github.com/silviolleite/django-pwa/issues/34 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99d24b842..184557f02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ requests = "^2.22" django-two-factor-auth = { version = "^1.10.0", extras = [ "YubiKey", "phonenumbers", "Call", "SMS" ] } django-yarnpkg = "^6.0" django-material = "^1.6.0" -django-pwa = "^1.0.6" +django-pwa = {git = "https://github.com/Natureshadow/django-pwa", rev = "67cf917a081df3116968f684ebb28e4c076b2b50" } django-constance = {git = "https://github.com/jazzband/django-constance", rev = "590fa02eb30e377da0eda5cc3a84254b839176a7", extras = ["database"]} django_widget_tweaks = "^1.4.5" django-filter = "^2.2.0" -- GitLab