updateBogons/pyproject.toml
2022-05-12 09:41:45 +02:00

19 lines
370 B
TOML

[tool.poetry]
name = "updatebogons"
version = "0.1.0"
description = "Update nftables bogon ip list"
authors = ["Thomas Chevalier"]
license = "GPLv3+"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
mypy = "^0.812"
pylint = "^2.8.2"
black = "^21.5b1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"