summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2019-03-30 09:48:56 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-09 11:41:00 +0100
commitdb021b9f415e20fbc83c638f114a7090d433ba99 (patch)
treeecde8b8055a81278d5c1561e4a81532f1257a9ec /setup.cfg
parentab4661f6fd8e1f0abe7602b2334c52de176f6951 (diff)
downloaddeluge-db021b9f415e20fbc83c638f114a7090d433ba99.tar.gz
deluge-db021b9f415e20fbc83c638f114a7090d433ba99.tar.bz2
deluge-db021b9f415e20fbc83c638f114a7090d433ba99.zip
[#3244|Web] Add support for accept-encoding header
* Use EncodingResourceWrapper to replace compress function so that the proper checks for accept-encoding header are made. * Ensure only text is compressed and images are left uncompressed.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 47c869f81..11452425c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,7 +26,7 @@ known_third_party =
cairo, gi,
# Ignore other module dependencies for pre-commit isort.
twisted, OpenSSL, pytest, recommonmark, chardet, pkg_resources, zope, mock,
- sphinx, rencode, six
+ sphinx, rencode, six, mako
known_first_party = msgfmt, deluge
order_by_type = true
not_skip = __init__.py