diff options
| author | Radu Revutchi <radurevutchi@gmail.com> | 2018-05-14 11:34:12 -0400 |
|---|---|---|
| committer | Radu Revutchi <radurevutchi@gmail.com> | 2018-05-14 11:34:12 -0400 |
| commit | e68e308330bd1626518c695d3253f9db828f4669 (patch) | |
| tree | a1e745709e5e48e602f0a17c5157510130b0c2bc /docs/quick_tutorial/forms | |
| parent | 21a9376b6c8535432eca527598013a0fbac9a461 (diff) | |
| download | pyramid-e68e308330bd1626518c695d3253f9db828f4669.tar.gz pyramid-e68e308330bd1626518c695d3253f9db828f4669.tar.bz2 pyramid-e68e308330bd1626518c695d3253f9db828f4669.zip | |
fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned emphasize-lines
Diffstat (limited to 'docs/quick_tutorial/forms')
| -rw-r--r-- | 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 5293ef7f0..968889e74 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 @@ setup(name='tutorial', [paste.app_factory] main = tutorial:main """, -)
\ No newline at end of file +) |
