poetry2nix/tests/returns/pyproject.toml

16 lines
425 B
TOML
Raw Normal View History

2023-03-15 16:53:22 -07:00
[tool.poetry]
name = "test-returns"
version = "0.1.0"
description = "Test of python returns package"
authors = ["Pegasust <pegasucksgg@gmail.com>"]
homepage = "https://github.com/dry-python/returns"
documentation = "https://returns.readthedocs.io/en/latest/pages/quickstart.html"
[tool.poetry.dependencies]
python = "^3.7"
returns = "^0.19.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"