This is an automated email from the ASF dual-hosted git repository. iroh pushed a commit to branch cwlls-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 22dcabc81098468646f159d2f1cc07e7e0ff15ed Author: Chris Wells <i...@apache.org> AuthorDate: Fri Mar 28 12:35:14 2025 -0400 Add the packaging dependency to server/requirements.txt This should solve issue #281 by providing the `packaging` pip during the image build process. --- server/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/server/requirements.txt b/server/requirements.txt index 77e7425..649df24 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -12,3 +12,4 @@ google-auth~=2.38.0 # AL2.0 aiosmtplib~=4.0.0 # MIT python-dateutil # BSD, AL2.0 types-python-dateutil # BSD, AL2.0 +packaging~=24.2 # BSD, AL2.0