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 04:26:35 -0700
commit89ea49c213622ee0aea57138943f2b6d08307e70 (patch)
treea4e36133b8a2ec716f6e9074f353971bfd603e1b /docs/quick_tutorial/debugtoolbar/setup.py
parent315e469540afeba4bffe7bafb1364a7bab059a24 (diff)
downloadpyramid-89ea49c213622ee0aea57138943f2b6d08307e70.tar.gz
pyramid-89ea49c213622ee0aea57138943f2b6d08307e70.tar.bz2
pyramid-89ea49c213622ee0aea57138943f2b6d08307e70.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',
]