poetry2nix/tests/override-support/pyproject.toml

15 lines
281 B
TOML
Raw Normal View History

2019-11-27 17:41:22 +01:00
[tool.poetry]
name = "test"
version = "0.1.0"
description = "poetry2nix test"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
alembic = "1.0.10"
2019-11-27 17:04:32 +00:00
Flask = "^1.1.1"
2019-11-27 17:41:22 +01:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"