Files
composiohq__composio/pyproject.toml
T
Sushmithamallesh 17ab595bd0 docs: remove deprecated fern documentation system
Migration to Fumadocs is complete. Remove the fern/ directory and all
related configuration: deprecated CI workflows, gitignore rules,
CODEOWNERS entry, and references in CLAUDE.md, README.md, context7.json,
and pyproject.toml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 14:02:39 -08:00

31 lines
734 B
TOML

[tool.uv.workspace]
members = [
"python",
"python/providers/anthropic",
"python/providers/crewai",
"python/providers/gemini",
"python/providers/google",
"python/providers/google_adk",
"python/providers/langchain",
"python/providers/openai",
"python/providers/openai_agents",
]
[tool.uv.sources]
# Provider packages
composio-anthropic = { workspace = true }
composio-crewai = { workspace = true }
composio-langchain = { workspace = true }
composio-google = { workspace = true }
composio-google-adk = { workspace = true }
composio-openai = { workspace = true }
composio-openai-agents = { workspace = true }
composio = { workspace = true }
[dependency-groups]
dev = [
"composio==1.0.0rc6",
]