refactor: Bump python version, add maintainer
This commit is contained in:
parent
867e14ab46
commit
ab64a0fa7b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user