Files
nats-python/pyproject.toml
T
2026-05-22 11:47:41 +02:00

8 lines
118 B
TOML

[project]
name = "nats-python"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"nats-py>=2.14.0",
]