cycat/pyproject.toml

16 lines
316 B
TOML

[tool.poetry]
name = "cycat"
version = "0.1.0"
description = "CyCAT.org Python Library"
authors = ["Alexandre Dulaunoy <a@foo.be>"]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"