Cap version for 'cornice' dependency
their 5.0 release drops support for python 2.x but we can't do that yet
This commit is contained in:
parent
3bb0c8468b
commit
8683e2a4c2
4
setup.py
4
setup.py
|
@ -73,9 +73,11 @@ requires = [
|
||||||
# (still, probably a better idea is to refactor so we can use 0.9)
|
# (still, probably a better idea is to refactor so we can use 0.9)
|
||||||
'webhelpers2_grid==0.1', # 0.1
|
'webhelpers2_grid==0.1', # 0.1
|
||||||
|
|
||||||
|
# TODO: remove version cap once we can drop support for python 2.x
|
||||||
|
'cornice<5.0', # 3.4.2 4.0.1
|
||||||
|
|
||||||
'colander', # 1.7.0
|
'colander', # 1.7.0
|
||||||
'ColanderAlchemy', # 0.3.3
|
'ColanderAlchemy', # 0.3.3
|
||||||
'cornice', # 3.4.2
|
|
||||||
'deform', # 2.0.4
|
'deform', # 2.0.4
|
||||||
'humanize', # 0.5.1
|
'humanize', # 0.5.1
|
||||||
'Mako', # 0.6.2
|
'Mako', # 0.6.2
|
||||||
|
|
Loading…
Reference in a new issue