From ae5a9b6a15f5d4af5b5db64ff15f6d8decf60b9e Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sun, 22 Dec 2019 01:57:03 +0100
Subject: [PATCH] Add official apps as extras.

---
 pyproject.toml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 3e1299417..b67fac677 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,6 +54,11 @@ django-yarnpkg = "^6.0"
 django-dbsettings = "^0.11.0"
 
 [tool.poetry.extras]
+app-alsijil = ['BiscuIT-App-Alsijil']
+app-chronos = ['BiscuIT-App-Chronos']
+app-exlibris = ['BiscuIT-App-Exlibris']
+app-schild-nrw = ['BiscuIT-App-SchILD-NRW']
+app-untis = ['BiscuIT-App-Untis']
 ldap = ["django-auth-ldap"]
 
 [tool.poetry.dev-dependencies]
-- 
GitLab