poetry2nix/tests/python-magic/pyproject.toml

13 lines
274 B
TOML

[tool.poetry]
name = "python-magic-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
python-magic = "^0.4"
[build-system]
requires = ["poetry-core>=1.5"]
build-backend = "poetry.core.masonry.api"