1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Bump version to 4.5.0

This commit is contained in:
Badiboy
2022-04-23 16:33:59 +03:00
parent e444bc2a0b
commit 9b1b324ab4
3 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,8 @@ setup(name='pyTelegramBotAPI',
extras_require={
'json': 'ujson',
'PIL': 'Pillow',
'redis': 'redis>=3.4.1'
'redis': 'redis>=3.4.1',
'aiohttp': 'aiohttp',
},
classifiers=[
'Development Status :: 5 - Production/Stable',