mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
13 lines
268 B
TOML
13 lines
268 B
TOML
[tool.poetry]
|
|
name = "poetry-editable"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Astral Software Inc. <hey@astral.sh>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
anyio = "^4"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|