diff options
| author | Chris McDonough <chrism@plope.com> | 2018-07-02 13:52:55 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2018-07-02 13:52:55 -0400 |
| commit | 0c8ca237d1bb1ff0f6e3776a3c868edb040fa791 (patch) | |
| tree | 57498768d48ce74a753dec8f359b5646acf30655 /docs/quick_tutorial/templating | |
| parent | 50efc321cb14d76433216783c11b9eb99a7d44c8 (diff) | |
| parent | 57a896f103c7378fb285f6594228578a5324d672 (diff) | |
| download | pyramid-0c8ca237d1bb1ff0f6e3776a3c868edb040fa791.tar.gz pyramid-0c8ca237d1bb1ff0f6e3776a3c868edb040fa791.tar.bz2 pyramid-0c8ca237d1bb1ff0f6e3776a3c868edb040fa791.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/quick_tutorial/templating')
| -rw-r--r-- | docs/quick_tutorial/templating/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/templating/setup.py b/docs/quick_tutorial/templating/setup.py index d1910178e..744612371 100644 --- a/docs/quick_tutorial/templating/setup.py +++ b/docs/quick_tutorial/templating/setup.py @@ -2,8 +2,8 @@ from setuptools import setup requires = [ 'pyramid', - 'waitress', 'pyramid_chameleon', + 'waitress', ] setup(name='tutorial', |
