Remove version cap for plaster lib
no longer relevant here
This commit is contained in:
parent
1c1611df88
commit
492cdc0329
5
setup.py
5
setup.py
|
@ -41,11 +41,6 @@ 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
|
||||
|
||||
'invoke', # 0.22.1
|
||||
'psycopg2', # 2.6.2
|
||||
'rattail-tempmon', # 0.2.6
|
||||
|
|
Loading…
Reference in a new issue