From 0a20ee262cdaa351e96526ee9d82acd17544743e Mon Sep 17 00:00:00 2001 From: Egor Deev Date: Tue, 1 Jul 2025 00:03:10 +0300 Subject: [PATCH] requirements --- requirements.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..77601cd --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +# Core bot framework +aiogram>=3.0.0 + +# Image processing +Pillow>=9.0.0 + +# Video processing +moviepy>=1.0.3 + +# Mathematical operations +numpy>=1.21.0 + +# Optional: For better video codec support +imageio-ffmpeg>=0.4.0