From 89b1d16bfd96f531a63bf65eb854136641ebb3bf Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Thu, 18 Jul 2024 17:11:00 +0200 Subject: [PATCH] =?UTF-8?q?Lade=20till=20krav=20p=C3=A5=20PyYAML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smartassist/requirements_dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smartassist/requirements_dev.txt b/smartassist/requirements_dev.txt index 878ab82..4cc3263 100644 --- a/smartassist/requirements_dev.txt +++ b/smartassist/requirements_dev.txt @@ -6,4 +6,5 @@ ollama Flask flask_cors -requests \ No newline at end of file +requests +PyYAML \ No newline at end of file