diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-12 02:48:09 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-12 02:48:09 -0600 |
| commit | 4872a1e713f894b383990f62cf82c2b21f810c16 (patch) | |
| tree | 4b5602a8c0b13cfb3674ee974204c4088ce78078 /docs/tutorials/wiki2/src/tests/setup.py | |
| parent | a115c6d30fe8e497f67604370db4ffc8f2b124a9 (diff) | |
| download | pyramid-4872a1e713f894b383990f62cf82c2b21f810c16.tar.gz pyramid-4872a1e713f894b383990f62cf82c2b21f810c16.tar.bz2 pyramid-4872a1e713f894b383990f62cf82c2b21f810c16.zip | |
forward port changes to models / scripts to later chapters
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/tests/setup.py b/docs/tutorials/wiki2/src/tests/setup.py index 93195a68c..e06aa06e4 100644 --- a/docs/tutorials/wiki2/src/tests/setup.py +++ b/docs/tutorials/wiki2/src/tests/setup.py @@ -9,6 +9,8 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: CHANGES = f.read() requires = [ + 'bcrypt', + 'docutils', 'pyramid', 'pyramid_jinja2', 'pyramid_debugtoolbar', @@ -17,7 +19,6 @@ requires = [ 'transaction', 'zope.sqlalchemy', 'waitress', - 'docutils', ] tests_require = [ |
