Files
nats-python/pyproject.toml
T
2026-06-01 09:46:32 +02:00

16 lines
270 B
TOML

[project]
name = "nats-python"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"faststream[nats]>=0.6.7",
"nats-py>=2.14.0",
"pydantic>=2.13.4",
]
[dependency-groups]
dev = [
"asyncapi-python[codegen]>=0.3.1",
"cookiecutter>=2.7.1",
]