mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
22 lines
392 B
TOML
22 lines
392 B
TOML
[project]
|
|
name = "benchmark"
|
|
version = "0.0.1"
|
|
description = "Benchmark package resolution tools"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"pdm",
|
|
"pip-tools",
|
|
"poetry",
|
|
"tomli",
|
|
"tomli_w",
|
|
"virtualenv",
|
|
"pipx",
|
|
]
|
|
|
|
[project.scripts]
|
|
resolver = "benchmark.resolver:main"
|
|
tools = "benchmark.tools:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|