diff --git a/pyproject.toml b/pyproject.toml index da18f49..db96568 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.7,<3.11" +python = ">=3.8,<3.11" art = "^5.3" qrcode = "^7.3.1" requests = "^2.26.0"