diff options
author | Calum Lind <calumlind@gmail.com> | 2018-11-01 21:53:46 +0100 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-11-02 09:47:57 +0100 |
commit | e7127637cf87a7f08723641ae253e8330a59c0bd (patch) | |
tree | 2292795122a538770d72ecfcfc3a4f0f5ffbb8ab /setup.cfg | |
parent | [Blocklist] Fix detecting compression type on Py3 (diff) | |
download | deluge-e7127637cf87a7f08723641ae253e8330a59c0bd.tar.xz deluge-e7127637cf87a7f08723641ae253e8330a59c0bd.zip |
[Dependency] Remove bundled rencode
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ known_third_party = cairo, gi, # Ignore other module dependencies for pre-commit isort. twisted, OpenSSL, pytest, recommonmark, chardet, pkg_resources, zope, mock, - sphinx + sphinx, rencode known_first_party = msgfmt, deluge order_by_type = true not_skip = __init__.py |