poetry2nix/test/pyproject.toml
2019-11-27 17:41:22 +01:00

15 lines
296 B
TOML

[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"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"