You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
468 B
TOML

[tool.poetry]
name = "capnp-stub-generator"
version = "2.1.2"
description = ""
authors = ["Adrian Figueroa <adrian.figueroa@metirionic.com>"]
[tool.poetry.dependencies]
python = "^3.8"
black = "^22.6.0"
isort = "^5.10.1"
pycapnp = "^2.0.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.1.3"
[tool.poetry.scripts]
capnp-stub-generator = "capnp_stub_generator.cli:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"