diff options
| author | Tres Seaver <tseaver@palladion.com> | 2024-02-07 11:28:25 -0500 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2024-02-07 11:39:45 -0500 |
| commit | 13909fa1c603028109039e48af096ac4676a0010 (patch) | |
| tree | 54204ce2720138a94b60d9e359e6c868185c8fc6 | |
| parent | 948577c10e7fe0f645d9699d1cd0bbca351cc9bd (diff) | |
| download | pyramid-13909fa1c603028109039e48af096ac4676a0010.tar.gz pyramid-13909fa1c603028109039e48af096ac4676a0010.tar.bz2 pyramid-13909fa1c603028109039e48af096ac4676a0010.zip | |
fix: apply equivalent change from old 'setup.py'
| -rw-r--r-- | docs/tutorials/wiki/src/authorization/pyproject.toml | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki/src/tests/pyproject.toml | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki/src/views/pyproject.toml | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/src/authorization/pyproject.toml b/docs/tutorials/wiki/src/authorization/pyproject.toml index ba317b67b..5546f8794 100644 --- a/docs/tutorials/wiki/src/authorization/pyproject.toml +++ b/docs/tutorials/wiki/src/authorization/pyproject.toml @@ -18,6 +18,8 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ + "bcrypt", + "docutils", "plaster_pastedeploy", "pyramid", "pyramid_chameleon", diff --git a/docs/tutorials/wiki/src/tests/pyproject.toml b/docs/tutorials/wiki/src/tests/pyproject.toml index ba317b67b..5546f8794 100644 --- a/docs/tutorials/wiki/src/tests/pyproject.toml +++ b/docs/tutorials/wiki/src/tests/pyproject.toml @@ -18,6 +18,8 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ + "bcrypt", + "docutils", "plaster_pastedeploy", "pyramid", "pyramid_chameleon", diff --git a/docs/tutorials/wiki/src/views/pyproject.toml b/docs/tutorials/wiki/src/views/pyproject.toml index ba317b67b..1803f9de7 100644 --- a/docs/tutorials/wiki/src/views/pyproject.toml +++ b/docs/tutorials/wiki/src/views/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ + "docutils", "plaster_pastedeploy", "pyramid", "pyramid_chameleon", |
