diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-10 22:57:54 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-10 22:57:54 -0700 |
| commit | 2c0e3e334955574383fa73eaf932931199e13a8a (patch) | |
| tree | 26b40db96365444fea7182e357040bb200179e99 /docs/tutorials/wiki2/src/authentication/setup.py | |
| parent | 909ae055f2f7391036736ff41a0564becb60478f (diff) | |
| download | pyramid-2c0e3e334955574383fa73eaf932931199e13a8a.tar.gz pyramid-2c0e3e334955574383fa73eaf932931199e13a8a.tar.bz2 pyramid-2c0e3e334955574383fa73eaf932931199e13a8a.zip | |
update src files and synch emphasize-lines for alchemy wiki tutorial
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/setup.py b/docs/tutorials/wiki2/src/authentication/setup.py index cc1aa421c..abc24876d 100644 --- a/docs/tutorials/wiki2/src/authentication/setup.py +++ b/docs/tutorials/wiki2/src/authentication/setup.py @@ -11,9 +11,11 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: requires = [ 'bcrypt', 'docutils', - 'pyramid', - 'pyramid_jinja2', + 'plaster_pastedeploy', + 'pyramid >= 1.9a', 'pyramid_debugtoolbar', + 'pyramid_jinja2', + 'pyramid_retry', 'pyramid_tm', 'SQLAlchemy', 'transaction', |
