diff --git a/pyproject.toml b/pyproject.toml index 24ce7bdc..e3154b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ documentation = "https://github.com/SolaceLabs/solace-ai-connector/blob/main/doc [project.scripts] solace-ai-connector = "solace_ai_connector.main:main" +solace-ai-connector-gen-docs = "solace_ai_connector.tools.gen_component_docs:main" [tool.hatch.build.targets.wheel] packages = ["src/solace_ai_connector"] @@ -44,7 +45,6 @@ path = "src/solace_ai_connector/__init__.py" [tool.hatch.envs.test] dependencies = [ "pytest>=8.2.2", - "langchain>=0.2.6", "coverage>=7.5.4", "twine>=5.1.1", ]