mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 19:12:29 +00:00
Add isal gzip decompressor
This commit is contained in:
@@ -3,3 +3,4 @@ pysocks
|
|||||||
python-socks[asyncio]
|
python-socks[asyncio]
|
||||||
hachoir
|
hachoir
|
||||||
pillow
|
pillow
|
||||||
|
isal
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
try:
|
||||||
|
from isal import igzip as gzip
|
||||||
|
except ImportError:
|
||||||
import gzip
|
import gzip
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user