Fix install_requires
This commit is contained in:
parent
e55f385f93
commit
03ac250687
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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'],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue