diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-11 12:34:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-11 12:34:43 -0500 |
| commit | 06c28384c1217e054f530df511b434ff543e3132 (patch) | |
| tree | 2c88d3fe196a3a594eac3d74f49b20c39d0d7aae /docs/tutorials/wiki/src/tests/setup.py | |
| parent | a503511cf82ab1db8c66eb949eeb30da92dd621f (diff) | |
| parent | fa13770dba3947ce78c2a67041cbd02272992104 (diff) | |
| download | pyramid-06c28384c1217e054f530df511b434ff543e3132.tar.gz pyramid-06c28384c1217e054f530df511b434ff543e3132.tar.bz2 pyramid-06c28384c1217e054f530df511b434ff543e3132.zip | |
Merge pull request #3082 from stevepiercy/master
Update docs to synch with cookiecutter updates
Diffstat (limited to 'docs/tutorials/wiki/src/tests/setup.py')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/src/tests/setup.py b/docs/tutorials/wiki/src/tests/setup.py index 4a9f041e3..3f0b1317c 100644 --- a/docs/tutorials/wiki/src/tests/setup.py +++ b/docs/tutorials/wiki/src/tests/setup.py @@ -9,9 +9,11 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: CHANGES = f.read() requires = [ - 'pyramid', + 'plaster_pastedeploy', + 'pyramid >= 1.9a', 'pyramid_chameleon', 'pyramid_debugtoolbar', + 'pyramid_retry', 'pyramid_tm', 'pyramid_zodbconn', 'transaction', |
