pyproject.toml•557 B
[project]
name = "agentmail-toolkit"
version = "0.1.32"
description = "AgentMail Toolkit"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"agentmail>=0.0.42",
"filetype>=1.2.0",
"langchain>=0.3.25",
"livekit-agents>=1.2.1",
"openai-agents>=0.0.17",
"pydantic>=2.11.5",
"pymupdf>=1.26.3",
"python-docx>=1.2.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"build>=1.2.2.post1",
"twine>=6.1.0",
]
[tool.uv.workspace]
members = ["examples"]