add sqlite to the esky builds

This commit is contained in:
David Boucha 2014-06-12 13:55:04 -06:00
parent 525cd2a064
commit e0c86978c3

View file

@ -546,6 +546,7 @@ FREEZER_INCLUDES = [
'sqlite3',
'email',
'email.mime.*',
'sqlite3',
]
if HAS_ZMQ and hasattr(zmq, 'pyzmq_version_info'):