Remove version cap for plaster lib
no longer relevant here
This commit is contained in:
parent
e089d31884
commit
ffbd3c7586
5
setup.py
5
setup.py
|
@ -62,11 +62,6 @@ 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
|
|
||||||
|
|
||||||
'mysql-connector-python',
|
'mysql-connector-python',
|
||||||
'psycopg2', # 2.8.5
|
'psycopg2', # 2.8.5
|
||||||
'Tailbone', # 0.8.97
|
'Tailbone', # 0.8.97
|
||||||
|
|
Loading…
Reference in a new issue