summaryrefslogtreecommitdiffstats
path: root/DEPENDS.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-11-01 20:53:46 +0000
committerCalum Lind <calumlind@gmail.com>2018-11-02 08:47:57 +0000
commite7127637cf87a7f08723641ae253e8330a59c0bd (patch)
tree2292795122a538770d72ecfcfc3a4f0f5ffbb8ab /DEPENDS.md
parent6233e5c84417859c0f63f9c2b0cd2174bdff6e8f (diff)
downloaddeluge-e7127637cf87a7f08723641ae253e8330a59c0bd.tar.gz
deluge-e7127637cf87a7f08723641ae253e8330a59c0bd.tar.bz2
deluge-e7127637cf87a7f08723641ae253e8330a59c0bd.zip
[Dependency] Remove bundled rencode
Diffstat (limited to 'DEPENDS.md')
-rw-r--r--DEPENDS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDS.md b/DEPENDS.md
index aefefdc4b..5739786f3 100644
--- a/DEPENDS.md
+++ b/DEPENDS.md
@@ -20,6 +20,7 @@ All modules will require the [common](#common) section dependencies.
- [Twisted] _>= 16.6_ - Use `TLS` extras for `service_identity` and `idna`.
- [OpenSSL] _>= 1.0.1_
- [pyOpenSSL]
+- [rencode] _>= 1.0.2_ - Encoding library.
- [PyXDG] - Access freedesktop.org standards for \*nix.
- [xdg-utils] - Provides xdg-open for \*nix.
- [six]
@@ -27,7 +28,6 @@ All modules will require the [common](#common) section dependencies.
- [chardet] - Optional: Encoding detection.
- [setproctitle] - Optional: Renaming processes.
- [Pillow] - Optional: Support for resizing tracker icons.
-- [rencode] _>= 1.0.2_ - Optional: Encoding library (Python port is bundled).
- [dbus-python] - Optional: Show item location in filemanager.
#### Windows OS