This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
telethon
Watch
2
Star
0
Fork
0
You've already forked telethon
mirror of
https://github.com/LonamiWebs/Telethon
synced
2025-08-22 01:49:45 +00:00
Code
Issues
Releases
Wiki
Activity
telethon
/
optional-requirements.txt
7 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Mention cryptg as an optional dependency
2018-02-17 12:14:23 +01:00
cryptg
Add PySocks to the package optional requirements
2018-02-24 18:41:53 +10:00
pysocks
Replace PySocks with python-socks for Python >= 3.6 See discussion at (https://github.com/LonamiWebs/Telethon/pull/1623) Small fixes for `local_addr` argument.
2020-11-09 19:59:54 +01:00
python-socks[asyncio]
Add example unit test and config for testing Add testing configuration: - pytest as test framework - tox for creating testing environments and running tests (run with `tox`) - pytest-asycio for asyncio testing - coverage/pytest-cov for measuring test coverage - flake8 for pep8 checking I've also added one quick example test demonstrating basic unit testing and use of the basic fixtures and marks provided by pytest-asyncio. Just this already covers a suprising 32% of the codebase, mostly through imports, but I wouldn't expect it to be helpful yet. This should provide a good base to build on in the future though.
2019-12-07 03:43:04 +01:00
hachoir
Further document automatic photo resizing
2019-02-13 09:58:02 +01:00
pillow
Add isal gzip decompressor
2025-07-23 20:12:51 -03:00
isal
Reference in New Issue
Copy Permalink