mirror of
https://github.com/langchain-ai/example-tool-server.git
synced 2026-06-30 22:17:55 -04:00
15 lines
246 B
TOML
15 lines
246 B
TOML
[project]
|
|
name = "example-tool-server"
|
|
version = "0.1.0"
|
|
description = "An example tool server."
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"open-tool-server>=0.0.2",
|
|
]
|
|
|
|
[dependency-groups]
|
|
test = [
|
|
"ruff>=0.9.9",
|
|
]
|