summaryrefslogtreecommitdiffstats
path: root/requirements-tests.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-24 17:38:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-24 17:38:33 +0000
commitf702b50b6ac6cb2e1e0e848a629a623f323c9de2 (patch)
tree67d787608695391e5edc2eb245b3943302ba1734 /requirements-tests.txt
parentReleasing debian version 2.1.1-5. (diff)
downloaddeluge-f702b50b6ac6cb2e1e0e848a629a623f323c9de2.tar.xz
deluge-f702b50b6ac6cb2e1e0e848a629a623f323c9de2.zip
Merging upstream version 2.1.2~dev0+20230529.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'requirements-tests.txt')
-rw-r--r--requirements-tests.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
new file mode 100644
index 0000000..7796f36
--- /dev/null
+++ b/requirements-tests.txt
@@ -0,0 +1,13 @@
+libtorrent==2.0.7
+pytest
+pytest-twisted
+pytest-cov
+mock
+pre-commit
+flake8<=3.7.9
+flake8-quotes
+flake8-isort
+pep8-naming
+mccabe
+pylint
+asyncmock; python_version <= '3.7'