summaryrefslogtreecommitdiffstats
path: root/requirements-tests.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 21:38:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 21:38:38 +0000
commit2e2851dc13d73352530dd4495c7e05603b2e520d (patch)
tree622b9cd8e5d32091c9aa9e4937b533975a40356c /requirements-tests.txt
parentInitial commit. (diff)
downloaddeluge-2e2851dc13d73352530dd4495c7e05603b2e520d.tar.xz
deluge-2e2851dc13d73352530dd4495c7e05603b2e520d.zip
Adding upstream version 2.1.2~dev0+20240219.upstream/2.1.2_dev0+20240219upstream
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..a570108
--- /dev/null
+++ b/requirements-tests.txt
@@ -0,0 +1,13 @@
+libtorrent
+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'