From a72ddfcdf40e2748072c03e6d2dcdd21c4ee8bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Mon, 9 Jan 2023 08:41:28 +0100 Subject: [PATCH] Add dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9bf2f78..e3db728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,8 @@ packages = [{include = "mastodon_blocklist_deploy"}] [tool.poetry.dependencies] python = "^3.10" tomli = "^2.0.1" +requests = "^2.28.1" +rich = "^13.0.1" [build-system]