From 3ba507eaf60f9737c77faba0a3f6b085e79f18c4 Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Wed, 13 Dec 2023 16:05:07 +0100
Subject: [PATCH] Pyyaml in requirements

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c0df4249..69f30ff3 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ with open("README.md") as readme_file:
 with open("CHANGELOG.md") as history_file:
     history = history_file.read()
 
-requirements = ["numpy", "pygame", "scipy", "pytest>=3"]
+requirements = ["numpy", "pygame", "scipy", "pytest>=3", "pyyaml"]
 
 test_requirements = [
     "pytest>=3",
-- 
GitLab