Commit Graph

13 Commits

Author SHA1 Message Date
Dan
ab45707f0f Update requirements.txt 2022-12-26 16:47:37 +01:00
Dan
9eaaf105c1 Update requirements.txt 2022-12-26 16:18:41 +01:00
Dan
0f204e1d8c
Update requirements.txt 2021-10-06 17:13:30 +02:00
Dan
538f1e3972 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 08:05:05 +02:00
CyanBook
c8c6faa96e
Change logging hierarchy for loading plugins (#451)
Loading plugins shouldn't be considered a warning
2020-08-21 07:28:27 +02:00
Dan
f5c78ed435 Update requirements.txt 2020-03-30 11:41:12 +02:00
Dan
dc74c441cc Drop Python 3.4 support (EOL). Bump minimum requirement to Python 3.5.3
Closes #302
2019-08-15 16:03:03 +02:00
Dan
5975a41090 Bump pysocks version to 1.7.0 2019-05-20 17:59:29 +02:00
Dan
b60853b2e2 Make typing available for Python <3.5 only 2019-01-01 13:12:39 +01:00
Dan
a8599efa94 Add backported typing package as requirement
To be removed when Pyrogram drops Python 3.4 support
2018-12-19 12:29:55 +01:00
Dan
74d07c6a28
Use strict dependency versions 2018-10-23 15:55:35 +02:00
Dan
5f0ab753ef Update requirements.txt 2018-04-02 11:04:39 +02:00
Dan
cc50d01bb1 Add requirements.txt 2018-03-22 15:30:18 +01:00