mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 03:25:57 +00:00
ff6cec251a
* Twisted methods require byte-string arguments. * The headers str conversion in httpdownloader _download_file was incorrent and left the dict key still as unicode so replaced with a dict comprehension (py2.7 requirement).
30 lines
574 B
Plaintext
30 lines
574 B
Plaintext
=== Core ===
|
|
* libtorrent (rasterbar) >= 1.1.1
|
|
* python >= 2.7.7
|
|
* setuptools
|
|
* twisted >= 11.1
|
|
* pyopenssl
|
|
* pyxdg
|
|
* chardet
|
|
* gettext
|
|
* python-geoip (optional)
|
|
* geoip-database (optional)
|
|
* setproctitle (optional)
|
|
* pillow (optional)
|
|
* py2-ipaddress (optional, required for Windows IPv6)
|
|
* rencode >= 1.0.2 (optional), python port bundled.
|
|
|
|
|
|
=== Gtk UI ===
|
|
* pygtk >= 2.16
|
|
* librsvg
|
|
* xdg-utils
|
|
* intltool
|
|
* python-notify (optional)
|
|
* pygame (optional)
|
|
* python-appindicator (optional)
|
|
|
|
=== Web UI ===
|
|
* mako
|
|
* slimit (optional), minifies JS files.
|