summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/tutorials/wiki/src/authorization/pyproject.toml2
-rw-r--r--docs/tutorials/wiki/src/tests/pyproject.toml2
-rw-r--r--docs/tutorials/wiki/src/views/pyproject.toml1
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",