2021-10-25 12:54:11 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "opyml"
|
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-25 14:01:58 +00:00
|
|
|
version = "0.1.1"
|
2021-10-25 12:54:11 +00:00
|
|
|
description = "An OPML library for Python."
|
|
|
|
authors = ["Holllo <helllo@holllo.cc>"]
|
2021-10-25 14:01:58 +00:00
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/Holllo/opyml"
|
2021-10-25 12:54:11 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
defusedxml = "^0.7.1"
|
|
|
|
python = "^3.8"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
black = "^21.9b0"
|
|
|
|
mypy = "^0.910"
|
|
|
|
pdoc = "^8.0.0"
|
|
|
|
pytest = "^5.2"
|
|
|
|
pytest-cov = "^3.0.0"
|
|
|
|
pytest-snapshot = "^0.7.0"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|