From ab64a0fa7b692549d66547664d36e41582cedcc1 Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 21 Dec 2023 10:27:49 +0100 Subject: [PATCH] refactor: Bump python version, add maintainer --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51986e7..d86984d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Julian-Samuel Gebühr "] +maintainers = ["Julian-Samuel Gebühr "] 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"