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

Divided async and sync versions into aio & sync folders

This commit is contained in:
_run
2022-07-09 22:30:36 +05:00
parent d67ee2a5c5
commit 90a90d4a34
10 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,6 @@ setup(name='pyTelegramBotAPI',
'redis': 'redis>=3.4.1',
'aioredis': 'aioredis',
'aiohttp': 'aiohttp',
'flask': 'flask',
'fastapi': 'fastapi',
'uvicorn': 'uvicorn',
},