Add pyramid_mako dependency, remove minimum version for rattail
This commit is contained in:
parent
e009f240be
commit
2e88cdde88
3
setup.py
3
setup.py
|
@ -83,9 +83,10 @@ requires = [
|
||||||
'pyramid_beaker>=0.6', # 0.6.1
|
'pyramid_beaker>=0.6', # 0.6.1
|
||||||
'pyramid_debugtoolbar', # 1.0
|
'pyramid_debugtoolbar', # 1.0
|
||||||
'pyramid_exclog', # 0.6
|
'pyramid_exclog', # 0.6
|
||||||
|
'pyramid_mako', # 1.0.2
|
||||||
'pyramid_simpleform', # 0.6.1
|
'pyramid_simpleform', # 0.6.1
|
||||||
'pyramid_tm', # 0.3
|
'pyramid_tm', # 0.3
|
||||||
'rattail[db,auth,bouncer]>=0.5.0', # 0.5.0
|
'rattail[db,auth,bouncer]', # 0.5.0
|
||||||
'transaction', # 1.2.0
|
'transaction', # 1.2.0
|
||||||
'waitress', # 0.8.1
|
'waitress', # 0.8.1
|
||||||
'WebHelpers', # 1.3
|
'WebHelpers', # 1.3
|
||||||
|
|
Loading…
Reference in a new issue