From 95afe60a38fce0e2fa681e0114c43ba87988d648 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Sun, 22 Oct 2017 12:39:56 +0200
Subject: [PATCH] Feature/gh#2926 quick tutorial wsgiref to waitress - backport #3180 to 1.8-branch

---
 docs/quick_tutorial/views/setup.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/docs/quick_tutorial/views/setup.py b/docs/quick_tutorial/views/setup.py
index 9997984..a93cf6a 100644
--- a/docs/quick_tutorial/views/setup.py
+++ b/docs/quick_tutorial/views/setup.py
@@ -2,6 +2,7 @@
 
 requires = [
     'pyramid',
+    'waitress',
 ]
 
 setup(name='tutorial',

--
Gitblit v1.9.3