rust-teos/watchtower-plugin/tests/pyproject.toml

20 lines
422 B
TOML

[tool.poetry]
name = "tests"
version = "0.1.2"
description = "watchtower-plugin tests"
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
black = "^22.6.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest-timeout = "^2.1.0"
pyln-testing = "^0.12.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"