From 11121515145eae1d684e3f23472a328ace810e34 Mon Sep 17 00:00:00 2001 From: Cam Date: Mon, 30 Jan 2023 22:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d3bfd3..a1267cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "blive" -version = "0.2.3" +version = "0.2.4" description = "" authors = ["Cam "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.7" aiohttp = "^3.8.3" pyee = "^9.0.4" APScheduler = "^3.9.1.post1"