This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8574 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 5b5462e9b629b382abe6365e4b9a8b9bc687c957 Author: Guillermo Cruz <[email protected]> AuthorDate: Fri Jan 31 14:37:43 2025 -0700 [#8574] adding pyasynchat package to replace asynchat --- requirements.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index fe7387b7a..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] @@ -60,7 +62,6 @@ pytest pytest-xdist pytest-sugar docutils -aiosmtpd # deployment gunicorn
