diff --git a/setup.py b/setup.py index 352a07d..58d73ff 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( author='Davide Depau', author_email='davide@depau.eu', description='A Telegram bot that replies with a picture of Elio when #TeamElio is sent', - requires=["DepyTG[asyncio]", "aiohttp"], + install_requires=["DepyTG[asyncio]"], entry_points={ 'console_scripts': ['callmebyyourbot=callmebyyourbot:main'], }