diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-08-28 18:06:08 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-09-07 10:40:55 +0200 |
| commit | e07116df51f093ba21b5e07c9545b89bf4c192db (patch) | |
| tree | fd6f54cbdb2edc03218ce2ca3ef575d288116f37 /setup.py | |
| parent | 29bcaf005efd58021a60e109f4f6e70a055560f4 (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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ setup( 'mailman', 'zope.interface', 'SQLAlchemy==0.7.8', + 'storm', 'python-dateutil < 2.0' # 2.0+ is for Python 3 'mock', ], |
