From 20070e984455c8253e4a411f6ec8938ad80b74d9 Mon Sep 17 00:00:00 2001 From: Morgan McGuire Date: Thu, 25 Jan 2024 12:40:09 +0000 Subject: [PATCH] update licence field --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd9c578..c593e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "wandbot" version = "1.1.0" description = "A Q&A bot for Weights & Biases documentation" authors = ["parambharat "] -license = "LICENSE" +license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/wandb/wandbot" repository = "https://github.com/wandb/wandbot" @@ -48,7 +48,9 @@ langchain = "^0.1.0" langchain-openai = "^0.0.2" setuptools = "69.0.2" # needed to install on replit (added 2024-23-01) -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev] + +[tool.poetry.group.dev.dependencies] fasttext = {git = "https://github.com/cfculhane/fastText"} # FastText doesn't come with pybind11 and we need to use this workaround. [build-system]