brewserverblocklist/pyproject.toml

18 lines
487 B
TOML

[tool.poetry]
name = "brewserverblocklist"
version = "0.1.0"
description = "A python script to collect the server-wide blocklists from Friendica nodes to build a collection from trusted admin choice"
authors = ["Tobias Diekershoff"]
license = "GNU General Public License v3.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.28.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"