summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:10 +0000
commita85f3954a8fe112640c2c35da3228be29b17c97c (patch)
tree7ee43f79639ee53903e7ca389e548974e1497c3a /test-requirements.txt
parentInitial commit. (diff)
downloadgitlint-a85f3954a8fe112640c2c35da3228be29b17c97c.tar.xz
gitlint-a85f3954a8fe112640c2c35da3228be29b17c97c.zip
Adding upstream version 0.18.0.upstream/0.18.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--test-requirements.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..149c36a
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,10 @@
+black==22.8.0
+coverage==6.2; python_version == '3.6'
+coverage==6.4.4; python_version != '3.6'
+python-coveralls==2.9.3
+radon==5.1.0
+pytest==7.0.1
+pylint==2.13.7; python_version == '3.6'
+pylint==2.15.3; python_version != '3.6'
+pdbr==0.6.6; sys_platform != "win32"
+-r requirements.txt