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

Dependecies clearing

This commit is contained in:
Badiboy
2021-08-18 22:16:30 +03:00
parent fabcd93dd7
commit 022ef6a64c
4 changed files with 3 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ setup(name='pyTelegramBotAPI',
install_requires=['requests'],
extras_require={
'json': 'ujson',
'PIL': 'Pillow',
'redis': 'redis>=3.4.1'
},
classifiers=[