summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/authentication/setup.py')
-rw-r--r--docs/quick_tutorial/authentication/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/quick_tutorial/authentication/setup.py b/docs/quick_tutorial/authentication/setup.py
index 7a6ff4226..808a6f9a9 100644
--- a/docs/quick_tutorial/authentication/setup.py
+++ b/docs/quick_tutorial/authentication/setup.py
@@ -2,6 +2,7 @@ from setuptools import setup
requires = [
'pyramid',
+ 'waitress',
'pyramid_chameleon',
'bcrypt'
]