Skip to content

Commit

Permalink
removed requirement for pyramid_debugtoolbar refs #224
Browse files Browse the repository at this point in the history
  • Loading branch information
TalissaJoly committed Jul 9, 2015
1 parent 7f77aae commit f273150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atramhasis/scaffolds/atramhasis_scaffold/setup.py_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:

requires = [
'pyramid',
'pyramid_debugtoolbar',
'pyramid_tm',
'SQLAlchemy',
'transaction',
Expand Down Expand Up @@ -50,4 +49,4 @@ setup(name='{{project}}',
[paste.app_factory]
main = {{package}}:main
""",
)
)

0 comments on commit f273150

Please sign in to comment.