From c528b2c7dcce572542b3b488aa36665c72d4a3a5 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:33:53 -0700 Subject: [PATCH] Add pyyaml dependency (#123) --- arcade/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/arcade/pyproject.toml b/arcade/pyproject.toml index 74866bf5..8d6286ff 100644 --- a/arcade/pyproject.toml +++ b/arcade/pyproject.toml @@ -18,6 +18,7 @@ pydantic = "^2.7.0" typer = "^0.9.0" rich = "^13.7.1" toml = "^0.10.2" +pyyaml = "^6.0" tomlkit = "^0.12.4" openai = "^1.36.0" # TODO: relax to an earlier version that still has what we need arcadepy = "~0.1.1"