diff -r 1f82b278bacc -r 651c3646cab3 setup.py --- a/setup.py Wed Jul 12 11:39:41 2017 +0200 +++ b/setup.py Wed Jul 12 14:23:51 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.3' +version = '0.1.4' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -62,6 +62,7 @@ 'pyams_i18n', 'pyams_utils', 'pyramid', + 'requests', 'ZODB', 'zope.interface', 'zope.intid',