poetry2nix/tests/shapely/pyproject.toml

15 lines
298 B
TOML

[tool.poetry]
name = "shapely-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
shapely = ">=2.0.4"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"