forked from openlp/openlp
Updated check_dependencies.py
This commit is contained in:
parent
8c8fbe45b2
commit
76da2925ba
@ -83,7 +83,7 @@ MODULES = [
|
||||
|
||||
|
||||
OPTIONAL_MODULES = [
|
||||
('MySQLdb', '(MySQL support)', True),
|
||||
('mysql.connector', '(MySQL support)', True),
|
||||
('psycopg2', '(PostgreSQL support)', True),
|
||||
('nose', '(testing framework)', True),
|
||||
('mock', '(testing module)', sys.version_info[1] < 3),
|
||||
|
Loading…
Reference in New Issue
Block a user