From 215f383420e1f51baa726d6443299ff8d486ffd5 Mon Sep 17 00:00:00 2001 From: devleejb Date: Sun, 11 Feb 2024 23:53:38 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b23c92c..e1d865f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cllm" -version = "0.1.0" +version = "0.1.1" description = "Empower your CLI experience with a command search tool driven by LLM magic!" authors = ["chanism ", "devleejb "] readme = "README.md" @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.scripts] cllm = "cllm.main:app" -[tool.poetry.dependencies] +[tool.poetry.dev-dependencies] python = "^3.10.9" typer = {extras = ["all"], version = "^0.9.0"} langchain-openai = "^0.0.5"