Added pysword to the check_dependencies script.

This commit is contained in:
Tomas Groth 2015-12-22 15:21:38 +01:00
parent 5bbea1685d
commit 3507b96d7d

View File

@ -96,6 +96,7 @@ OPTIONAL_MODULES = [
('nose', '(testing framework)', True),
('mock', '(testing module)', sys.version_info[1] < 3),
('jenkins', '(access jenkins api - package name: jenkins-webapi)', True),
('pysword', '(import SWORD bibles)', True),
]
w = sys.stdout.write