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

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

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

--
Gitblit v1.9.3