Tweak dependencies per rattail changes
This commit is contained in:
parent
17d99e16b9
commit
585db147ac
3
setup.py
3
setup.py
|
@ -81,12 +81,13 @@ requires = [
|
||||||
'openpyxl', # 2.4.7
|
'openpyxl', # 2.4.7
|
||||||
'paginate', # 0.5.6
|
'paginate', # 0.5.6
|
||||||
'paginate_sqlalchemy', # 0.2.0
|
'paginate_sqlalchemy', # 0.2.0
|
||||||
|
'passlib', # 1.7.1
|
||||||
'pyramid_beaker>=0.6', # 0.6.1
|
'pyramid_beaker>=0.6', # 0.6.1
|
||||||
'pyramid_debugtoolbar', # 1.0
|
'pyramid_debugtoolbar', # 1.0
|
||||||
'pyramid_deform', # 0.2
|
'pyramid_deform', # 0.2
|
||||||
'pyramid_exclog', # 0.6
|
'pyramid_exclog', # 0.6
|
||||||
'pyramid_mako', # 1.0.2
|
'pyramid_mako', # 1.0.2
|
||||||
'rattail[db,auth,bouncer]', # 0.5.0
|
'rattail[db,bouncer]', # 0.5.0
|
||||||
'six', # 1.10.0
|
'six', # 1.10.0
|
||||||
'transaction', # 1.2.0
|
'transaction', # 1.2.0
|
||||||
'waitress', # 0.8.1
|
'waitress', # 0.8.1
|
||||||
|
|
Loading…
Reference in a new issue