diff -r 8fc7bc61494b -r ed3c936dcd94 setup.py --- a/setup.py Wed May 22 14:16:34 2019 +0200 +++ b/setup.py Wed May 22 15:13:45 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.39' +version = '0.1.40' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -58,6 +58,7 @@ # -*- Extra requirements: -*- 'pyams_content', 'pyams_skin', + 'pyams_utils >= 0.1.31', 'pyahocorasick', 'pyramid', 'zope.component',