opyml/pyproject.toml

25 lines
539 B
TOML

[tool.poetry]
name = "opyml"
description = "OPML library for Python."
repository = "https://git.bauke.xyz/Holllo/opyml"
license = "MIT OR Apache-2.0"
version = "0.1.2"
authors = ["Holllo <helllo@holllo.org>"]
readme = "README.md"
[tool.poetry.dependencies]
defusedxml = "^0.7.1"
python = "^3.10"
[tool.poetry.dev-dependencies]
black = "^22.8.0"
mypy = "^0.971"
pdoc = "^12.2.0"
pytest = "^7.1.3"
pytest-cov = "^3.0.0"
pytest-snapshot = "^0.9.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"