Remove pyramid_debugtoolbar dependency
This commit is contained in:
parent
585db147ac
commit
f411dcde24
1
setup.py
1
setup.py
|
@ -83,7 +83,6 @@ requires = [
|
||||||
'paginate_sqlalchemy', # 0.2.0
|
'paginate_sqlalchemy', # 0.2.0
|
||||||
'passlib', # 1.7.1
|
'passlib', # 1.7.1
|
||||||
'pyramid_beaker>=0.6', # 0.6.1
|
'pyramid_beaker>=0.6', # 0.6.1
|
||||||
'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
|
||||||
|
|
Loading…
Reference in a new issue