poetry2nix/tests/pytest-randomly/pyproject.toml

14 lines
292 B
TOML
Raw Normal View History

2021-09-16 11:41:38 -04:00
[tool.poetry]
name = "trivial"
version = "0.1.0"
description = "poetry2nix pytest-randomly test"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
pytest-randomly = "^3.10.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"