This website requires JavaScript.
Explore
Help
Sign In
TeamPGM
/
pyrogram
Watch
2
Star
0
Fork
0
You've already forked pyrogram
mirror of
https://github.com/TeamPGM/pyrogram.git
synced
2024-11-16 20:59:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e4405db50d
pyrogram
/
requirements.txt
3 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use strict dependency versions
2018-10-23 13:55:35 +00:00
pyaes==1.6.1
Change logging hierarchy for loading plugins (#451) Loading plugins shouldn't be considered a warning
2020-08-21 05:28:27 +00:00
pysocks==1.7.1
Deep rewrite: preparing for v1.0 - Pyrogram core is now fully asynchronous - Ditched Python 3.5, welcome 3.6 as minimum version. - Moved all types to pyrogram.types - Turned the Filters class into a module (filters) - Moved all filters to pyrogram.filters - Moved all handlers to pyrogram.handlers - Moved all emoji to pyrogram.emoji - Renamed pyrogram.api to pyrogram.raw - Clock is now synced with server's time - Telegram schema updated to Layer 117 - Greatly improved the TL compiler (proper type-constructor hierarchy) - Added "do not edit" warning in generated files - Crypto parts are executed in a thread pool to avoid blocking the event loop - idle() is now a separate function (it doesn't deal with Client instances) - Async storage, async filters and async progress callback (optional, can be sync too) - Added getpass back, for hidden password inputs
2020-08-22 06:05:05 +00:00
async_lru==1.0.2
Reference in New Issue
Copy Permalink