From dd8fa4184ec9de1a6fc67f0cfdf3bfd57d1fcfa4 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 19 Feb 2022 12:37:55 +0100 Subject: [PATCH] python 3.8 compatible --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42dd894..286589a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Yax"] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" requests = "^2.25.1" Pygments = "^2.7.4" mistune = "^0.8.4"