mirror of
https://github.com/lexmount/moli.git
synced 2026-09-26 00:01:32 +00:00
18 lines
352 B
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"
|