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',