pyrofork/pyrogram
Dan 4d324abbb5 Don't automatically install uvloop. Let people do that
People are reporting uvloop would crash with weird core-dumped errors
when using other asyncio libs, such as aiohttp. Plus, this was a bad
idea and people should install uvloop themselves before running their
codes.
2019-07-15 00:54:35 +02:00
..
api Rearrange code 2019-06-06 19:29:44 +02:00
client Replace ensure_future usages to create_task 2019-07-15 00:51:32 +02:00
connection Replace "with await" with "async with" 2019-06-05 11:58:29 +02:00
crypto Merge develop -> asyncio 2019-05-25 02:02:37 +02:00
errors Fix RPCError raising an error itself because of non-optional args 2019-07-09 19:03:37 +02:00
session Replace ensure_future usages to create_task 2019-07-15 00:51:32 +02:00
vendor Reformat code 2019-03-16 17:51:37 +01:00
__init__.py Don't automatically install uvloop. Let people do that 2019-07-15 00:54:35 +02:00