poetry2nix/tests/virtualenv-post-20-18/pyproject.toml
2023-02-27 13:16:06 +13:00

13 lines
274 B
TOML

[tool.poetry]
name = "virtualenv-post-20-18"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
virtualenv = "20.18.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"