This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8575 in repository https://gitbox.apache.org/repos/asf/allura.git
commit f144afd37e9ade4294784cca4f6ed813de1c8566 Author: Guillermo Cruz <[email protected]> AuthorDate: Fri Feb 7 08:39:35 2025 -0700 [#8575] added new packages pyasynchat and aiosmtp --- requirements.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.in b/requirements.in index a4407483d..ebc66919b 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,5 @@ ActivityStream +aiosmtpd beautifulsoup4 Beaker beaker-session-jwt @@ -29,6 +30,7 @@ PasteScript Pillow # profanity filter for feedback profanityfilter +pyasynchat Pygments pymongo Pypeline[creole,markdown,textile,rst]
