From cfdbe1520a03866d2984304b7ca58b8e3a3a08ab Mon Sep 17 00:00:00 2001 From: just n Date: Sun, 28 Dec 2025 16:29:18 +0000 Subject: [PATCH] Add requirements.txt --- requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bdf5318 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +# Core XMPP and Networking +slixmpp>=1.8.3 +requests>=2.31.0 +ratelimit>=2.2.1 +beautifulsoup4>=4.12.0 + +# Cryptography & OMEMO Support +cryptography>=41.0.0 +slixmpp-omemo>=0.4.0 +Omemo>=1.0.3 + +# LLM APIs +openai>=1.10.0 +google-genai>=0.3.0 + +# Audio Processing (TTS/Voice Notes) +pydub>=0.25.1 +