poetry2nix/tests/gdal/pyproject.toml
2022-12-13 15:41:58 +13:00

15 lines
285 B
TOML

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