From 21f6897bf7467c7454694ad687d91c246af2a22d Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 4 Feb 2020 11:07:10 +0100
Subject: [PATCH] Use version of django-material from PyPI again

---
 poetry.lock    | 9 ++++-----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index d9be8bb5a..92e5c2e73 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -544,10 +544,6 @@ version = "1.6.0"
 [package.dependencies]
 six = "*"
 
-[package.source]
-reference = "8d9d49e7d7c000e1e637ef9b7f1d9eb289c509c9"
-type = "git"
-url = "https://github.com/viewflow/django-material.git"
 [[package]]
 category = "main"
 description = "A straightforward menu generator for Django"
@@ -2195,7 +2191,10 @@ django-maintenance-mode = [
     {file = "django-maintenance-mode-0.14.0.tar.gz", hash = "sha256:f3fef1760fdcda5e0bf6c2966aadc77eea6f328580a9c751920daba927281a68"},
     {file = "django_maintenance_mode-0.14.0-py2-none-any.whl", hash = "sha256:b4cc24a469ed10897826a28f05d64e6166a58d130e4940ac124ce198cd4cc778"},
 ]
-django-material = []
+django-material = [
+    {file = "django-material-1.6.0.tar.gz", hash = "sha256:767ab6ad51f906bf773f927e853c2bff6b4ebdd1bd2bf45dbd4ef3e31657c3d5"},
+    {file = "django_material-1.6.0-py2.py3-none-any.whl", hash = "sha256:6a30e42f0ceefef1ff325bda0017fa6f6a7fa534b15b8fcc48eb96de4b6adc8e"},
+]
 django-menu-generator = [
     {file = "django-menu-generator-1.0.4.tar.gz", hash = "sha256:ce71a5055c16933c8aff64fb36c21e5cf8b6d505733aceed1252f8b99369a378"},
 ]
diff --git a/pyproject.toml b/pyproject.toml
index 8d606b30b..42ae4b0b3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ django_select2 = "^7.1"
 requests = "^2.22"
 django-two-factor-auth = { version = "^1.10.0", extras = [ "YubiKey", "phonenumbers", "Call", "SMS" ] }
 django-yarnpkg = "^6.0"
-django-material = {git = "https://github.com/viewflow/django-material.git", rev = "8d9d49e7d7c000e1e637ef9b7f1d9eb289c509c9"}
+django-material = "^1.6.0"
 django-pwa = {git = "https://github.com/Natureshadow/django-pwa", rev = "67cf917a081df3116968f684ebb28e4c076b2b50" }
 django-constance = { version = "^2.6.0", extras = ["database"] }
 django_widget_tweaks = "^1.4.5"
-- 
GitLab