From 4909188ee38d48e4072cb248640ca1e4150d1975 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 2 Nov 2014 19:41:18 -0600 Subject: [PATCH] Remove cap on installed Pyramid version. I don't recall exactly which changes I was trying to avoid previously, but I'm not spotting any obvious reason we can't use the newer 1.5 series... --- setup.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index aa4bc862..8c84eb37 100644 --- a/setup.py +++ b/setup.py @@ -72,12 +72,8 @@ requires = [ u'FormAlchemy<=1.4.99', # 1.4.3 # Pyramid 1.3 introduced 'pcreate' command (and friends) to replace - # deprecated 'paster create' (and friends). Also for now, let's restrict - # Pyramid to 1.4 since the 1.5 release introduces some - # backwards-incompatible changes. Once we're running 1.4 everywhere in - # production, we can start looking at adding 1.5 support. - # TODO: Remove the latter restriction. - 'pyramid>=1.3a1,<=1.4.99', # 1.3b2 1.4.5 + # deprecated 'paster create' (and friends). + 'pyramid>=1.3a1', # 1.3b2 1.4.5 'Mako', # 0.6.2 'pyramid_beaker>=0.6', # 0.6.1