setup.py
changeset 104 e1552515151e
parent 99 14805c882758
child 107 38154fdcc393
--- a/setup.py	Thu Dec 14 12:19:56 2017 +0100
+++ b/setup.py	Sun Jan 14 14:52:21 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -67,7 +67,7 @@
           'pyams_skin',
           'pyams_utils',
           'pyams_viewlet',
-          'pyramid',
+          'pyramid >= 1.9',
           'z3c.form',
           'z3c.table',
           'zope.annotation',