setup.py
changeset 38 cdc30169fac1
parent 32 8c6c68da351a
child 50 b891b49b1d3f
--- a/setup.py	Mon Jan 18 17:52:09 2016 +0100
+++ b/setup.py	Mon Jan 18 17:53:00 2016 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.2'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -58,6 +58,7 @@
           # -*- Extra requirements: -*-
           'pyams_i18n',
           'pyams_skin',
+          'pyams_template',
           'pyams_utils',
           'pyramid',
           'pyramid_zope_request',