Cap version of plaster lib, per recent errors

This commit is contained in:
Lance Edgar 2022-11-20 16:36:34 -06:00
parent 9e935aeaa5
commit a2e35933e7

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2021 Lance Edgar
# Copyright © 2010-2022 Lance Edgar
#
# This file is part of Rattail.
#
@ -62,6 +62,10 @@ requires = [
#
# 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
]