Add pyyaml dependency (#123)

This commit is contained in:
Eric Gustin 2024-10-24 14:33:53 -07:00 committed by GitHub
parent fc26339d29
commit c528b2c7dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"