From 5977b64706f3562100c8cdafe591a49f0bba9b4b Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 14 Dec 2023 17:54:29 -0800 Subject: [PATCH] test group --- templates/pirate-speak/poetry.lock | 2 +- templates/pirate-speak/pyproject.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/pirate-speak/poetry.lock b/templates/pirate-speak/poetry.lock index e0abbf86192..ade9c6ce40a 100644 --- a/templates/pirate-speak/poetry.lock +++ b/templates/pirate-speak/poetry.lock @@ -1791,4 +1791,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "447ca7bd342e9882baaeeee00f2d668ad1f92730557466afabccb07bbf58aab6" +content-hash = "50cb59c5a09a00e0748091f59fe8b33f3629c1e508ad0dd7d373f25471d9f9b8" diff --git a/templates/pirate-speak/pyproject.toml b/templates/pirate-speak/pyproject.toml index 04624b9f910..4667b302a46 100644 --- a/templates/pirate-speak/pyproject.toml +++ b/templates/pirate-speak/pyproject.toml @@ -29,6 +29,11 @@ langchain-core = {path = "../../libs/core", develop = true} fastapi = "^0.104.0" sse-starlette = "^1.6.5" +[tool.poetry.group.test] +optional = true + +[tool.poetry.group.test.dependencies] + [tool.ruff] select = [ "E", # pycodestyle