diff options
| author | goodwillcoding <goodwillcoding@users.noreply.github.com> | 2018-05-14 10:50:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-14 10:50:11 -0700 |
| commit | ba41c5675c64eb2e33100524eaa1c4073d8a007c (patch) | |
| tree | a1e745709e5e48e602f0a17c5157510130b0c2bc /docs/quick_tutorial/logging/setup.py | |
| parent | 21a9376b6c8535432eca527598013a0fbac9a461 (diff) | |
| parent | e68e308330bd1626518c695d3253f9db828f4669 (diff) | |
| download | pyramid-ba41c5675c64eb2e33100524eaa1c4073d8a007c.tar.gz pyramid-ba41c5675c64eb2e33100524eaa1c4073d8a007c.tar.bz2 pyramid-ba41c5675c64eb2e33100524eaa1c4073d8a007c.zip | |
Merge pull request #3276 from radurevutchi/master
fixed issue #3182 - alphabetized dependencies in quick tutorial and a…
Diffstat (limited to 'docs/quick_tutorial/logging/setup.py')
| -rw-r--r-- | docs/quick_tutorial/logging/setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/quick_tutorial/logging/setup.py b/docs/quick_tutorial/logging/setup.py index aefa352d4..1699d9b1e 100644 --- a/docs/quick_tutorial/logging/setup.py +++ b/docs/quick_tutorial/logging/setup.py @@ -2,8 +2,9 @@ from setuptools import setup requires = [ 'pyramid', + 'pyramid_chameleon', 'waitress', - 'pyramid_chameleon' + ] setup(name='tutorial', @@ -12,4 +13,4 @@ setup(name='tutorial', [paste.app_factory] main = tutorial:main """, -)
\ No newline at end of file +) |
