From fb8e8c90381dadbfd679bbb257d643f1ec519706 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 15 Apr 2021 02:48:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Possibly=20progress=20but=20also?= =?UTF-8?q?=20a=20mess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 08d91e67..94d8c787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,14 +16,14 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -royalnet = "~6.2.10" coloredlogs = "^15.0" aiohttp = "^3.7.4" psycopg2 = "^2.8.6" +royalnet = "~6.3.0" +royalnet_telethon = "^1.0.0" +royalnet_console = "^2.0.0" [tool.poetry.dev-dependencies] -royalnet_telethon = "~0.3.0" -royalnet_console = "^2.0.0" [build-system] requires = ["poetry>=0.12"]