poetry2nix/tests/manylinux/pyproject.toml

13 lines
277 B
TOML

[tool.poetry]
name = "test"
version = "0.1.0"
description = "poetry2nix test"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
opencv-python = "^4.9.0.80"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"