poetry2nix/tests/python-markers/pyproject.toml
2023-10-28 06:33:24 -04:00

13 lines
304 B
TOML

[tool.poetry]
name = "python-markers-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
plum-dispatch = { version = "*", python = "^3.10" }
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"