summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-08-28 18:06:08 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-09-07 10:40:55 +0200
commite07116df51f093ba21b5e07c9545b89bf4c192db (patch)
treefd6f54cbdb2edc03218ce2ca3ef575d288116f37 /setup.py
parent29bcaf005efd58021a60e109f4f6e70a055560f4 (diff)
Add a Storm-based backend
This backend will be the primary SQL backend, SQLAlchemy is deprecated.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1a051e0..43521f5 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ setup(
'mailman',
'zope.interface',
'SQLAlchemy==0.7.8',
+ 'storm',
'python-dateutil < 2.0' # 2.0+ is for Python 3
'mock',
],