You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2019/01/09 08:27:48 UTC

[kibble] branch master updated: fix dependency in docs

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new 9689c7e  fix dependency in docs
9689c7e is described below

commit 9689c7eed7db9172394dc932b5433d9fbfaa7265
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Jan 9 09:27:34 2019 +0100

    fix dependency in docs
---
 docs/source/setup.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/source/setup.rst b/docs/source/setup.rst
index b11e8ee..99aaef8 100644
--- a/docs/source/setup.rst
+++ b/docs/source/setup.rst
@@ -181,12 +181,13 @@ The Kibble Scanners rely on the following packages:
 - Python >= 3.4 with the following packages:
 - - python3-yaml
 - - python3-elasticsearch
+- - python3-certifi
 
 The scanners require the following optional components if you wish to enable
 git repository analysis:
 
 - git binaries (GPL License)
-- cloc_ version 1.70 or later (GPL License)
+- cloc_ version 1.76 or later (GPL License)
 
 
 ###########################