Freeze pyramid version at 1.x
we need to get to python3 before can get latest cornice, and until then we can't get latest pyramid either
This commit is contained in:
parent
544f05a5a8
commit
eede391be8
4
setup.py
4
setup.py
|
@ -81,6 +81,9 @@ requires = [
|
||||||
# TODO: remove once their bug is fixed? idk what this is about yet...
|
# TODO: remove once their bug is fixed? idk what this is about yet...
|
||||||
'deform<2.0.15', # 2.0.14
|
'deform<2.0.15', # 2.0.14
|
||||||
|
|
||||||
|
# TODO: cornice<5 requires pyramid<2 (see above)
|
||||||
|
'pyramid<2', # 1.3b2 1.10.8
|
||||||
|
|
||||||
'colander', # 1.7.0
|
'colander', # 1.7.0
|
||||||
'ColanderAlchemy', # 0.3.3
|
'ColanderAlchemy', # 0.3.3
|
||||||
'humanize', # 0.5.1
|
'humanize', # 0.5.1
|
||||||
|
@ -91,7 +94,6 @@ requires = [
|
||||||
'paginate_sqlalchemy', # 0.2.0
|
'paginate_sqlalchemy', # 0.2.0
|
||||||
'passlib', # 1.7.1
|
'passlib', # 1.7.1
|
||||||
'Pillow', # 5.3.0
|
'Pillow', # 5.3.0
|
||||||
'pyramid', # 1.3b2
|
|
||||||
'pyramid_beaker>=0.6', # 0.6.1
|
'pyramid_beaker>=0.6', # 0.6.1
|
||||||
'pyramid_deform', # 0.2
|
'pyramid_deform', # 0.2
|
||||||
'pyramid_exclog', # 0.6
|
'pyramid_exclog', # 0.6
|
||||||
|
|
Loading…
Reference in a new issue