poetry2nix/tests/pylint-django-pre-2-5-4/pyproject.toml
2023-12-06 11:50:46 +13:00

13 lines
279 B
TOML

[tool.poetry]
name = "pylint-django-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
pylint-django = "<2.5.4"
[build-system]
requires = ["poetry-core>=1.1"]
build-backend = "poetry.core.masonry.api"