diff options
| author | Chris McDonough <chrism@plope.com> | 2018-04-24 06:59:45 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2018-04-24 06:59:45 -0400 |
| commit | 50efc321cb14d76433216783c11b9eb99a7d44c8 (patch) | |
| tree | f052e84e9b6753d4c4ef167311ea3118524809b5 /docs/tutorials/wiki2/definingmodels.rst | |
| parent | f9c30f5009ccbea2d17c4109e838862b41531623 (diff) | |
| parent | 5fce6fd72960ed0893b1d77c8db9efd64a5a81ab (diff) | |
| download | pyramid-50efc321cb14d76433216783c11b9eb99a7d44c8.tar.gz pyramid-50efc321cb14d76433216783c11b9eb99a7d44c8.tar.bz2 pyramid-50efc321cb14d76433216783c11b9eb99a7d44c8.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
| -rw-r--r-- | docs/tutorials/wiki2/definingmodels.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst index 5cebb943c..fd1967d99 100644 --- a/docs/tutorials/wiki2/definingmodels.rst +++ b/docs/tutorials/wiki2/definingmodels.rst @@ -25,7 +25,7 @@ dependency of the original "tutorial" application. The original "tutorial" application was generated by the cookiecutter; it doesn't know about our custom application requirements. -We need to add a dependency, the `bcrypt <https://pypi.python.org/pypi/bcrypt>`_ package, to our ``tutorial`` +We need to add a dependency, the `bcrypt <https://pypi.org/project/bcrypt/>`_ package, to our ``tutorial`` package's ``setup.py`` file by assigning this dependency to the ``requires`` parameter in the ``setup()`` function. |
