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"