diff --git a/pyproject.toml b/pyproject.toml index eb5074691..22f735ecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Environment :: Console", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ] -dependencies = ["requests"] +dependencies = ["requests", "aiohttp"] [project.urls] Homepage = "https://github.com/eternnoir/pyTelegramBotAPI"