diff --git a/pyproject.toml b/pyproject.toml index 4ca0c0b6..2e8f2b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,8 @@ dependencies = [ "atlassian-python-api==3.39.0", "GitPython~=3.1.32", "starlette-context==0.3.6", - "litellm~=0.1.351" + "litellm~=0.1.351", + "PyYAML==6.0" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 07a33514..0d2c6239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ pytest~=7.4.0 aiohttp~=3.8.4 atlassian-python-api==3.39.0 GitPython~=3.1.32 -litellm~=0.1.351 \ No newline at end of file +litellm~=0.1.351 +PyYAML==6.0