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:
parent
4a598bd360
commit
4909188ee3
8
setup.py
8
setup.py
|
@ -72,12 +72,8 @@ requires = [
|
||||||
u'FormAlchemy<=1.4.99', # 1.4.3
|
u'FormAlchemy<=1.4.99', # 1.4.3
|
||||||
|
|
||||||
# Pyramid 1.3 introduced 'pcreate' command (and friends) to replace
|
# Pyramid 1.3 introduced 'pcreate' command (and friends) to replace
|
||||||
# deprecated 'paster create' (and friends). Also for now, let's restrict
|
# deprecated 'paster create' (and friends).
|
||||||
# Pyramid to 1.4 since the 1.5 release introduces some
|
'pyramid>=1.3a1', # 1.3b2 1.4.5
|
||||||
# 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
|
|
||||||
|
|
||||||
'Mako', # 0.6.2
|
'Mako', # 0.6.2
|
||||||
'pyramid_beaker>=0.6', # 0.6.1
|
'pyramid_beaker>=0.6', # 0.6.1
|
||||||
|
|
Loading…
Reference in a new issue