From b1a1f4f4142538bfd6f7c742e2da97fd3930d91c Mon Sep 17 00:00:00 2001 From: Cathy Hu Date: Fri, 10 Jul 2020 23:50:16 +0200 Subject: [PATCH] [telegram] Add aiogram as dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6a97969..8a9a3b4 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup( }, install_requires=[ 'aiofiles', + 'aiogram', 'aiosqlite', 'argon2_cffi', 'fastapi',