removed sqlite from check_dependencies

This commit is contained in:
Andreas Preikschat 2013-04-15 23:15:56 +02:00
parent b3d4be1a44
commit 7cae10917d
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ MODULES = [
OPTIONAL_MODULES = [
('sqlite', ' (SQLite 2 support)'),
('MySQLdb', ' (MySQL support)'),
('psycopg2', ' (PostgreSQL support)'),
('nose', ' (testing framework)'),