From 89ea49c213622ee0aea57138943f2b6d08307e70 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 7 Oct 2018 02:55:06 -0700 Subject: Add pyramid_debugtoolbar to setup.py, and update narrative text accordingly. --- docs/quick_tutorial/debugtoolbar/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/quick_tutorial/debugtoolbar/setup.py') 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', ] -- cgit v1.2.3