Add version caps for pyramid etc.
so that we don't have to cap things within tailbone
This commit is contained in:
parent
caaf2842dc
commit
ba95d39780
10
setup.py
10
setup.py
|
@ -43,6 +43,16 @@ requires = [
|
||||||
#
|
#
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
||||||
|
# TODO: Pyramid 1.9 looks like it breaks us..? playing it safe for now..
|
||||||
|
'pyramid<1.9', # 1.3b2 1.8.3
|
||||||
|
|
||||||
|
# apparently 2.0 removes the retry support, in which case we then need
|
||||||
|
# pyramid_retry .. but that requires pyramid 1.9 ...
|
||||||
|
'pyramid_tm<2.0', # 0.3 1.1.1
|
||||||
|
|
||||||
|
# TODO: why do we need to cap this? breaks tailbone.db zope stuff somehow
|
||||||
|
'zope.sqlalchemy<1.0', # 0.7 0.7.7
|
||||||
|
|
||||||
'invoke', # 0.22.1
|
'invoke', # 0.22.1
|
||||||
'psycopg2', # 2.6.2
|
'psycopg2', # 2.6.2
|
||||||
'rattail-corepos', # 0.1.0
|
'rattail-corepos', # 0.1.0
|
||||||
|
|
Loading…
Reference in a new issue