From 263ba4d42b343880734cdf589a3fb379db8f21f9 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Sat, 19 May 2018 13:26:50 +0200
Subject: [PATCH] backport for #3182

---
 docs/quick_tutorial/authentication/setup.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/quick_tutorial/authentication/setup.py b/docs/quick_tutorial/authentication/setup.py
index 808a6f9..a5117af 100644
--- a/docs/quick_tutorial/authentication/setup.py
+++ b/docs/quick_tutorial/authentication/setup.py
@@ -1,10 +1,10 @@
 from setuptools import setup
 
 requires = [
+    'bcrypt',
     'pyramid',
-    'waitress',
     'pyramid_chameleon',
-    'bcrypt'
+    'waitress',
 ]
 
 setup(name='tutorial',
@@ -13,4 +13,4 @@
       [paste.app_factory]
       main = tutorial:main
       """,
-)
\ No newline at end of file
+)

--
Gitblit v1.9.3