This website requires JavaScript.
Explore
Help
Sign In
Xtao-Labs
/
MTPyroger
Watch
3
Star
0
Fork
0
You've already forked MTPyroger
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fb64e143b6
MTPyroger
/
docs
/
requirements.txt
6 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add initial explanation on how to build docs
2020-03-30 11:05:24 +00:00
sphinx
sphinx_rtd_theme
sphinx_copybutton
pypandoc
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
requests
sphinx-autobuild
Reference in New Issue
Copy Permalink