Files
uv/scripts/packages/poetry_editable/pyproject.toml
T

14 lines
268 B
TOML
Raw Normal View History

2023-12-06 18:21:29 +01:00
[tool.poetry]
name = "poetry-editable"
version = "0.1.0"
description = ""
authors = ["Astral Software Inc. <hey@astral.sh>"]
2023-12-06 18:21:29 +01:00
[tool.poetry.dependencies]
python = "^3.10"
2024-03-15 07:41:52 -07:00
anyio = "^4"
2023-12-06 18:21:29 +01:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"