mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00

Motivated by the fact that >800 other packages in PyPI depend on this one <https://www.wheelodex.org/projects/arrow/>.
13 lines
285 B
TOML
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"
|