Cap version of plaster lib, per recent errors
This commit is contained in:
parent
9e935aeaa5
commit
a2e35933e7
6
setup.py
6
setup.py
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2021 Lance Edgar
|
# Copyright © 2010-2022 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -62,6 +62,10 @@ 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
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue