Files
moli/moli-benchmark/pyproject.toml

18 lines
352 B
TOML

[project]
name = "moli-benchmark"
version = "0.1.0"
license = "MIT OR Apache-2.0"
requires-python = ">=3.11"
dependencies = [
"pillow>=10,<13",
"websockets>=13,<16",
]
[project.scripts]
moli-benchmark = "moli_benchmark.cli:main"
moli-stress = "moli_benchmark.stress:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"