poetry2nix/tests/matplotlib-pre-3-7/pyproject.toml
2023-02-27 14:06:13 +13:00

13 lines
274 B
TOML

[tool.poetry]
name = "matplotlib-pre-3-7"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
matplotlib = "<3.7"
[build-system]
requires = ["poetry-core>=1.1"]
build-backend = "poetry.core.masonry.api"