From 301edb30ac640ed42ae082551096b53f2e81a28b Mon Sep 17 00:00:00 2001
From: Benjamin Kiessling <mittagessen@l.unchti.me>
Date: Mon, 15 Jun 2020 16:36:59 +0200
Subject: [PATCH 1/2] track master instead of bugfix branch

---
 app/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/requirements.txt b/app/requirements.txt
index 0ca7fda0..74edf1b1 100644
--- a/app/requirements.txt
+++ b/app/requirements.txt
@@ -12,7 +12,7 @@ django-redis==4.10.0
 psycopg2-binary==2.7.6
 django-ordered-model==3.1.1
 easy-thumbnails==2.5
-git+https://github.com/mittagessen/kraken.git@fix/memory_leaks#egg=kraken
+git+https://github.com/mittagessen/kraken.git@master#egg=kraken
 django-cleanup==3.0.1
 djangorestframework==3.9.2
 drf-nested-routers==0.91
-- 
GitLab


From 594015f3d247d0942f5d19c67cb0b902d2984496 Mon Sep 17 00:00:00 2001
From: Benjamin Kiessling <mittagessen@l.unchti.me>
Date: Mon, 15 Jun 2020 16:41:58 +0200
Subject: [PATCH 2/2] install kraken beta tag instead

---
 app/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/requirements.txt b/app/requirements.txt
index 74edf1b1..a7706b99 100644
--- a/app/requirements.txt
+++ b/app/requirements.txt
@@ -12,7 +12,7 @@ django-redis==4.10.0
 psycopg2-binary==2.7.6
 django-ordered-model==3.1.1
 easy-thumbnails==2.5
-git+https://github.com/mittagessen/kraken.git@master#egg=kraken
+git+https://github.com/mittagessen/kraken.git@3.0b6#egg=kraken
 django-cleanup==3.0.1
 djangorestframework==3.9.2
 drf-nested-routers==0.91
-- 
GitLab