Temporary cap version for Beaker, per broken web apps!
This commit is contained in:
parent
c1b2b7e177
commit
2b220459c7
4
setup.py
4
setup.py
|
@ -75,6 +75,10 @@ requires = [
|
|||
# (still, probably a better idea is to refactor so we can use 0.9)
|
||||
'webhelpers2_grid==0.1', # 0.1
|
||||
|
||||
# TODO: latest version breaks us totally! need to fix ASAP, but
|
||||
# for the moment, must restrict version
|
||||
'Beaker<1.12', # 1.11.0
|
||||
|
||||
# TODO: remove version cap once we can drop support for python 2.x
|
||||
'cornice<5.0', # 3.4.2 4.0.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue