poetry2nix/tests/virtualenv-pre-20-18/pyproject.toml
Victor Engmark 7f8501f43a refactor: Simplify virtualenv dependencies
At least Virtualenv 16.7.12 and 20.17.1 build with just the
"setuptools-scm" build system, so we can probably drop "cython" and
"setuptools".
2023-02-27 13:12:32 +13:00

13 lines
272 B
TOML

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