summaryrefslogtreecommitdiff
path: root/repoze/bfg/paster_templates/zodb/setup.py_tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/paster_templates/zodb/setup.py_tmpl')
-rw-r--r--repoze/bfg/paster_templates/zodb/setup.py_tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/repoze/bfg/paster_templates/zodb/setup.py_tmpl b/repoze/bfg/paster_templates/zodb/setup.py_tmpl
index b4308c301..dd2665e20 100644
--- a/repoze/bfg/paster_templates/zodb/setup.py_tmpl
+++ b/repoze/bfg/paster_templates/zodb/setup.py_tmpl
@@ -32,6 +32,7 @@ setup(name='{{project}}',
install_requires=[
'repoze.bfg',
'repoze.zodbconn',
+ 'repoze.tm2',
'ZODB3',
],
tests_require=[