poetry2nix/tests/trivial/pyproject.toml
zimbatm 4dcee62396
tests: unique names for each
This makes it easier to see which test has failed
2019-12-13 18:35:18 +01:00

14 lines
284 B
TOML

[tool.poetry]
name = "trivial"
version = "0.1.0"
description = "poetry2nix test"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
alembic = "1.0.10"
Flask = "^1.1.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"