poetry2nix/tests/pyzmq/pyproject.toml

13 lines
271 B
TOML

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