From 14bf31d516d3afaf9d097421200e6479655f4b27 Mon Sep 17 00:00:00 2001 From: sam0rr Date: Sun, 13 Sep 2026 21:01:39 -0400 Subject: [PATCH] fix: declare audioop-lts for Python 3.13 and newer --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71f54b5..7aa61c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ # frappe -- https://github.com/frappe/frappe is installed via 'bench init' moviepy~=1.0.3 pydub~=0.25.1 +audioop-lts; python_version >= "3.13" firebase-admin -twilio \ No newline at end of file +twilio