diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-07 02:55:06 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-07 04:26:35 -0700 |
| commit | 89ea49c213622ee0aea57138943f2b6d08307e70 (patch) | |
| tree | a4e36133b8a2ec716f6e9074f353971bfd603e1b /docs/quick_tutorial/debugtoolbar/setup.py | |
| parent | 315e469540afeba4bffe7bafb1364a7bab059a24 (diff) | |
| download | pyramid-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.py | 1 |
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', ] |
