From b4c5743ce8a9952af27a1fc326a95e608d7be8dd Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 23 Jan 2021 18:04:52 +0100 Subject: [PATCH] python 3.9 required --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0e41eb..194d984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Yax"] readme = "README.md" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.9" apscheduler = "^3.6.3" flask = "^1.1.1" peewee = "^3.13.1"