Freeze version for 'Chameleon' dependency
pending the fix, which should come w/ next 'deform' release
This commit is contained in:
parent
bea671987c
commit
aac9bad7ec
5
setup.py
5
setup.py
|
@ -76,6 +76,11 @@ requires = [
|
|||
# TODO: remove version cap once we can drop support for python 2.x
|
||||
'cornice<5.0', # 3.4.2 4.0.1
|
||||
|
||||
# TODO: remove this cap once deform releases a new version
|
||||
# cf. https://github.com/malthe/chameleon/issues/318
|
||||
# and https://github.com/Pylons/deform/pull/418
|
||||
'Chameleon<3.8.0', # 3.7.4
|
||||
|
||||
'colander', # 1.7.0
|
||||
'ColanderAlchemy', # 0.3.3
|
||||
'deform', # 2.0.4
|
||||
|
|
Loading…
Reference in a new issue