setup.py
changeset 24 651c3646cab3
parent 19 f3f2a1e1f3bb
child 28 d8405a4d7d45
--- 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',