forked from openlp/openlp
Added pysword to the check_dependencies script.
This commit is contained in:
parent
5bbea1685d
commit
3507b96d7d
@ -96,6 +96,7 @@ OPTIONAL_MODULES = [
|
|||||||
('nose', '(testing framework)', True),
|
('nose', '(testing framework)', True),
|
||||||
('mock', '(testing module)', sys.version_info[1] < 3),
|
('mock', '(testing module)', sys.version_info[1] < 3),
|
||||||
('jenkins', '(access jenkins api - package name: jenkins-webapi)', True),
|
('jenkins', '(access jenkins api - package name: jenkins-webapi)', True),
|
||||||
|
('pysword', '(import SWORD bibles)', True),
|
||||||
]
|
]
|
||||||
|
|
||||||
w = sys.stdout.write
|
w = sys.stdout.write
|
||||||
|
Loading…
Reference in New Issue
Block a user