pyproject.toml•585 B
[project]
name = "agentmail-toolkit"
version = "0.1.32"
description = "AgentMail Toolkit"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"agentmail>=0.1.7",
"filetype>=1.2.0",
"langchain-openai>=1.1.0",
"langchain>=1.1.0",
"livekit-agents>=1.3.5",
"openai-agents>=0.6.1",
"pydantic>=2.12.5",
"pymupdf>=1.26.6",
"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"]