poetry2nix/tests/shapely/pyproject.toml
Victor Engmark 5f897604eb fix: Support shapely 2
Requires `geos-config` executable during build.
2023-01-30 14:47:12 +13:00

15 lines
292 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 = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"