diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-30 03:49:21 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-30 03:49:21 -0700 |
| commit | 33768fb147c26d93b2894a3504bcb117319a3629 (patch) | |
| tree | 225d50ffca43cd7e98221f048fb245c36230f57a /docs/quick_tutorial/cookiecutters/setup.py | |
| parent | 8f30e87698ea2041d3baec080417167c3d2f3674 (diff) | |
| download | pyramid-33768fb147c26d93b2894a3504bcb117319a3629.tar.gz pyramid-33768fb147c26d93b2894a3504bcb117319a3629.tar.bz2 pyramid-33768fb147c26d93b2894a3504bcb117319a3629.zip | |
Update quick_tutorial with starter cookiecutter source files
Diffstat (limited to 'docs/quick_tutorial/cookiecutters/setup.py')
| -rw-r--r-- | docs/quick_tutorial/cookiecutters/setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/quick_tutorial/cookiecutters/setup.py b/docs/quick_tutorial/cookiecutters/setup.py index 0d1b3f70e..9482e7c32 100644 --- a/docs/quick_tutorial/cookiecutters/setup.py +++ b/docs/quick_tutorial/cookiecutters/setup.py @@ -9,15 +9,16 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: CHANGES = f.read() requires = [ + 'plaster_pastedeploy', 'pyramid', - 'pyramid_debugtoolbar', 'pyramid_jinja2', + 'pyramid_debugtoolbar', 'waitress', ] tests_require = [ 'WebTest >= 1.3.1', # py3 compat - 'pytest', + 'pytest>=3.7.4', 'pytest-cov', ] |
