summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/debugtoolbar/setup.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-07 02:55:06 -0700
committerSteve Piercy <web@stevepiercy.com>2018-10-07 02:55:06 -0700
commitf5ff422c88dfe533310e96f432b46a6b60a1f49d (patch)
treef67468e997801de97c53c3b02fdaa0cd611ada17 /docs/quick_tutorial/debugtoolbar/setup.py
parentf868a98cdc4bec0ce10d18b66af1687f3e3a1bbb (diff)
downloadpyramid-f5ff422c88dfe533310e96f432b46a6b60a1f49d.tar.gz
pyramid-f5ff422c88dfe533310e96f432b46a6b60a1f49d.tar.bz2
pyramid-f5ff422c88dfe533310e96f432b46a6b60a1f49d.zip
Add pyramid_debugtoolbar to setup.py, and update narrative text accordingly.
Diffstat (limited to 'docs/quick_tutorial/debugtoolbar/setup.py')
-rw-r--r--docs/quick_tutorial/debugtoolbar/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/quick_tutorial/debugtoolbar/setup.py b/docs/quick_tutorial/debugtoolbar/setup.py
index a93cf6a73..1c948f52b 100644
--- a/docs/quick_tutorial/debugtoolbar/setup.py
+++ b/docs/quick_tutorial/debugtoolbar/setup.py
@@ -2,6 +2,7 @@ from setuptools import setup
requires = [
'pyramid',
+ 'pyramid_debugtoolbar',
'waitress',
]