refactor: Bump python version, add maintainer

This commit is contained in:
moanos [he/him] 2023-12-21 10:27:49 +01:00
parent 867e14ab46
commit ab64a0fa7b

View File

@ -3,6 +3,7 @@ name = "fediverse-blocklist-tool"
version = "0.1.0"
description = "A small tool to export, compareof merge and deploy blocklists of a fediverse server"
authors = ["Georg Krause <mail@georg-krause.net>", "Julian-Samuel Gebühr <julian-samuel@gebuehr.net>"]
maintainers = ["Julian-Samuel Gebühr <julian-samuel@gebuehr.net>"]
readme = "README.md"
packages = [{include = "fediverse_blocklist_tool"}]
license = "MIT"
@ -10,7 +11,7 @@ keywords = ["fediverse", "blocklist", "mastodon", "gotosocial", "safety"]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
requests = "^2.28.1"
rich = "^13.0.1"
toml = "^0.10.2"