Files
py-pwr/pyproject.toml
senstella ca85a52839 init
2026-01-17 14:13:43 +09:00

11 lines
214 B
TOML

[project]
name = "py-pwr"
version = "0.1.0"
description = "Python client for wharf/pwr wire formats"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"brotli>=1.2.0",
"zstandard>=0.25.0",
]