poetry2nix/tests/arrow/pyproject.toml
Victor Engmark 1a0869c771 build: Arrow 1.3.0
Motivated by the fact that >800 other packages in PyPI depend on this
one <https://www.wheelodex.org/projects/arrow/>.
2023-10-26 16:06:09 +13:00

13 lines
285 B
TOML

[tool.poetry]
name = "test_arrow"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8" # https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst
arrow = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"