Updated check_dependencies.py

This commit is contained in:
Tomas Groth 2015-02-11 21:22:15 +00:00
parent 8c8fbe45b2
commit 76da2925ba

View File

@ -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),