2023-12-06 18:21:29 +01:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "poetry-editable"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
2024-02-17 15:20:23 -05:00
|
|
|
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"
|