This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 0ad7fd3eb833603fd88b0ee3cc115aefe8f5cd40
Author: Guillermo Cruz <[email protected]>
AuthorDate: Mon May 26 09:17:57 2025 -0600

    [#8580] include paster plugins
---
 Allura/pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Allura/pyproject.toml b/Allura/pyproject.toml
index 056244169..801fe2945 100644
--- a/Allura/pyproject.toml
+++ b/Allura/pyproject.toml
@@ -46,6 +46,8 @@ dependencies = []
 ]
 
 
+[tool.paster]
+paster-plugins = ['PasteScript', 'TurboGears2', 'Ming']
 
 [project.entry-points."paste.app_factory"]
 main = "allura.config.middleware:make_app"

Reply via email to