Remove pysqlite deps. Fixes bug #898343.

Change-Id: I9f0727b2847f2011eacf28e89e085dc09b6d64fe
This commit is contained in:
Dan Prince 2011-11-30 17:37:14 -08:00
parent 5b72249d1a
commit 17b6131136
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ except:
requirements = ['setuptools', 'httplib2', 'eventlet', 'paste', 'pastedeploy',
'webob', 'Routes', 'sqlalchemy', 'sqlalchemy-migrate',
'pysqlite', 'lxml', 'passlib']
'lxml', 'passlib']
if sys.version_info < (2, 6):
requirements.append('simplejson')

View File

@ -11,7 +11,6 @@ webob # wsgi framework
Routes # URL matching / controller routing
sqlalchemy # core backend
sqlalchemy-migrate # database migrations
pysqlite # default backend database lib
lxml # xml library providing ElementTree API
passlib # password hashing