Cap version of plaster lib, per recent errors
This commit is contained in:
parent
5cfe10c2e7
commit
e6d4f7e303
5
setup.py
5
setup.py
|
@ -41,6 +41,11 @@ requires = [
|
||||||
#
|
#
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
||||||
|
# TODO: v1.1 suddenly caused an issue; perhaps can remove this
|
||||||
|
# restriction once a later version comes out?
|
||||||
|
# cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html
|
||||||
|
'plaster<1.1', # 1.0
|
||||||
|
|
||||||
# TODO: can remove this once tailbone requires it
|
# TODO: can remove this once tailbone requires it
|
||||||
'pyramid_retry', # 1.0
|
'pyramid_retry', # 1.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue