Changes between Version 83 and Version 84 of Dependencies
- Timestamp:
- 01/23/17 06:28:26 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dependencies
v83 v84 16 16 ||||||||||||[/wiki/Network Network]: || 17 17 ||[https://github.com/aresch/rencode rencode]||[https://pypi.python.org/pypi/rencode/]||[/wiki/PacketEncoding#BencodevsRencode PacketEncoding : rencode vs bencode]||both ||Recommended || 18 ||[http://pyyaml.org/ pyyaml]||[https://pypi.python.org/pypi/PyYAML/]||packet encoder||both ||optional (usually unused)|| 18 19 ||[https://pypi.python.org/pypi/lz4 python-lz4]||[https://github.com/python-lz4/python-lz4]||[/wiki/PacketEncoding lz4 packet compression]||both||Recommended, win32 build, see [/attachment/ticket/878/lz4-msvc-fix.patch] || 19 ||[http://www.oberhumer.com/opensource/lzo/ lzo]||[http://www.oberhumer.com/opensource/lzo/download/]||[/wiki/PacketEncoding lzo packet compression]||both||win32 build, see #1044||20 ||[http://www.oberhumer.com/opensource/lzo/ python-lzo]||[http://www.oberhumer.com/opensource/lzo/download/]||[/wiki/PacketEncoding lzo packet compression]||both||optional (usually unused as lz4 is better) - win32 build, see #1044|| 20 21 ||[http://pycrypto.org pycrypto]||[https://pypi.python.org/pypi/pycrypto/]||Encryption||both||Deprecated, support removed in version 2|| 21 22 ||[https://cryptography.io/en/latest/ python-cryptography]||[https://pypi.python.org/pypi/cryptography]||Encryption||both||win32 build, see ticket:876#comment:5||