diff -r 5bca394e019e -r 3cdaebcaf5a5 setup.py --- a/setup.py Tue May 16 11:18:05 2017 +0200 +++ b/setup.py Wed Jun 07 09:55:33 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.2.1' +version = '0.1.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -59,6 +59,7 @@ # -*- Extra requirements: -*- 'fanstatic', 'persistent', + 'pyams_default_theme', 'pyams_form', 'pyams_pagelet', 'pyams_security',