diff --git a/pyproject.toml b/pyproject.toml index f28e4dc..a81bee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "kai" authors = [ - { name = "Kemal Korucu", email = "kemal@korucutech.com"} + { name = "Kemal Korucu", email = "kemal@korucutech.com" } ] description = "KAI" requires-python = ">=3.10" @@ -9,10 +9,11 @@ readme = "README.md" dynamic = ["version"] dependencies = [ # "frappe~=15.0.0" # Installed and managed by bench. - "ollama~=0.1.8" - "distro~=1.9.0" - "openai~=1.20.0" - "tqdm~=4.66.2" + "ollama~=0.1.8", + "distro~=1.9.0", + "openai~=1.20.0", + "tqdm~=4.66.2", + "groq~=0.1.0" ] [build-system] @@ -23,4 +24,4 @@ build-backend = "flit_core.buildapi" [tool.bench.dev-dependencies] # package_name = "~=1.1.0" ollama = "~=0.1.8" -distro = "~=1.9.0" +distro = "~=1.9.0"