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 0414b4661bd7f867be96c4fdee79aa8765624ed1
Author: Guillermo Cruz <[email protected]>
AuthorDate: Fri Jan 31 14:37:43 2025 -0700

    [#8574] adding pyasynchat package to replace asynchat
---
 requirements.in  |  3 ++-
 requirements.txt | 11 +++++++++++
 2 files changed, 13 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
diff --git a/requirements.txt b/requirements.txt
index c27125376..df82e93eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,8 +6,14 @@
 #
 activitystream==0.5.0
     # via -r requirements.in
+aiosmtpd==1.4.6
+    # via -r requirements.in
 anyio==4.6.0
     # via httpx
+atpublic==5.1
+    # via aiosmtpd
+attrs==25.1.0
+    # via aiosmtpd
 beaker==1.13.0
     # via
     #   -r requirements.in
@@ -31,6 +37,7 @@ certifi==2024.8.30
     # via
     #   httpcore
     #   httpx
+    #   pymongo
     #   requests
 cffi==1.16.0
     # via
@@ -185,6 +192,10 @@ pre-commit==4.0.1
     # via -r requirements.in
 profanityfilter==2.0.6
     # via -r requirements.in
+pyasynchat==1.0.4
+    # via -r requirements.in
+pyasyncore==1.0.4
+    # via pyasynchat
 pycparser==2.22
     # via cffi
 pygments==2.17.2

Reply via email to