This website requires JavaScript.
Explore
Help
Register
Sign In
LonamiWebs
/
Telethon
Watch
1
Star
1
Fork
0
You've already forked Telethon
mirror of
https://github.com/LonamiWebs/Telethon.git
synced
2024-11-10 19:46:36 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f3e7e4aa8
Telethon
/
optional-requirements.txt
6 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Mention cryptg as an optional dependency
2018-02-17 14:14:23 +03:00
cryptg
Add PySocks to the package optional requirements
2018-02-24 11:41:53 +03: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 21:59:54 +03: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 05:43:04 +03:00
hachoir
Further document automatic photo resizing
2019-02-13 11:58:02 +03:00
pillow
Reference in New Issue
Copy Permalink