From 96e137f5e60c59076c721cdbb5430cf5ccd537f1 Mon Sep 17 00:00:00 2001 From: _run Date: Fri, 16 Sep 2022 22:39:40 +0400 Subject: [PATCH] Update setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 2e60d91..5180f56 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,9 @@ setup(name='pyTelegramBotAPI', 'aiohttp': 'aiohttp', 'fastapi': 'fastapi', 'uvicorn': 'uvicorn', + 'psutil': 'psutil', + 'coloredlogs': 'coloredlogs', + 'watchdog': 'watchdog' }, classifiers=[ 'Development Status :: 5 - Production/Stable',