From 2bec33de7ea5641b7507f5170fc6c448695befc6 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:04:25 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 809cc042..da5917e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository="https://github.com/curly60e/pyblock" homepage="https://github.com/curly60e/pyblock" [tool.poetry.dependencies] -python = "3.12" +python = "3.8" art = "5.3" qrcode = "7.3.1" requests = "2.26.0"