summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f111c0f4..cc7b58ab 100755
--- a/setup.py
+++ b/setup.py
@@ -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')