mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
15 lines
296 B
TOML
15 lines
296 B
TOML
[tool.poetry]
|
|
name = "shapely-test"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "~3.8"
|
|
shapely = "^1.8.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1"]
|
|
build-backend = "poetry.core.masonry.api"
|