From 339406b2910028b44929ea464fae759054d63481 Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Sat, 4 Dec 2021 19:00:21 +0100
Subject: [PATCH] Add extras to install-dev

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index d537c66..b0117ee 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ install:
 
 install-dev:
 	pip install -e ".[dev]"
+	pip install -e ".[extras]"	
 
 test:
 	python -m pytest --junitxml=./reports/junit.xml -o junit_suite_name=$(PKGNAME) $(PKGNAME)
-- 
GitLab