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...
This commit is contained in:
Lance Edgar 2014-11-02 19:41:18 -06:00
parent 4a598bd360
commit 4909188ee3

View file

@ -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