pyproject.toml•610 B
[project]
name = "mcp-server-box"
version = "0.4.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
scripts = { "mcp-server-box" = "mcp_server_box:main" }
license = "MIT"
authors = [{ name = "Box DevRel", email = "dx@box.com" }]
dependencies = [
"box-ai-agents-toolkit>=0.1.1",
"fastapi>=0.119.1",
"mcp[cli]>=1.18.0",
"python-dotenv>=1.1.1",
"tomli>=2.3.0",
]
[dependency-groups]
dev = [
"pytest>=8.4.2",
"pytest-asyncio>=1.2.0",
"pytest-cov>=7.0.0",
"ruff>=0.14.1",
]
[tool.pytest.ini_options]
pythonpath = [".", "src", "tests"]