From e1ae210125b98e76b85d86bd131d4ebe3dcf850a Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Mon, 20 Apr 2020 22:47:19 +0200
Subject: [PATCH] Remove duplicated app from pyproject

---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7ebc0ca15..01f7ece4c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -70,7 +70,6 @@ django-bleach = "^0.6.1"
 django-memoize = "^2.2.1"
 django-guardian = "^2.2.0"
 rules = "^2.2"
-django-haystack = "^3.0"
 django-haystack = {version="3.0b1", allows-prereleases = true}
 celery-haystack = {version="^0.3.1", optional=true}
 django-dbbackup = "^3.3.0"
-- 
GitLab