diff options
author | DjLegolas <DjLegolas@users.noreply.github.com> | 2019-04-17 08:10:58 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-09 13:02:59 +0200 |
commit | 6ff7a5400f65d4d4237a1b1fa810b125168788db (patch) | |
tree | a3b35cea8fb1c78cf6ab8d62382d96f44019392c /requirements-dev.txt | |
parent | [#3244|Web] Add support for accept-encoding header (diff) | |
download | deluge-6ff7a5400f65d4d4237a1b1fa810b125168788db.tar.xz deluge-6ff7a5400f65d4d4237a1b1fa810b125168788db.zip |
Remove detox development requirement
As of tox 3.7, detox is no longer needed as tox added a native
parallel environment execution.
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 6e92b511b..0b08e7b5f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,6 @@ sphinx-autobuild tox tox-venv -detox pre-commit flake8-blind-except flake8-builtins |