poetry2nix/tests/pyarrow-wheel/pyproject.toml

14 lines
287 B
TOML
Raw Normal View History

2022-12-17 09:40:38 -05:00
[tool.poetry]
name = "pyarrow-wheel"
version = "0.1.0"
description = "Test of pyarrow wheel"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
2023-11-02 15:53:30 +13:00
pyarrow = "^13.0.0"
2022-12-17 09:40:38 -05:00
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"