From 1088e12034a01e3697bdf5cc05c66244a7543382 Mon Sep 17 00:00:00 2001 From: jcy Date: Thu, 24 Apr 2025 21:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..7560fcc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +numpy>=1.21.0 +opencv-python>=4.5.3 +Pillow>=8.3.1 +imageio>=2.9.0 +imageio-ffmpeg>=0.4.5 +scikit-image>=0.18.3 +scipy>=1.7.1 +openai-whisper>=20231117 +pdfkit>=1.0.0 +Jinja2>=3.0.1 +moviepy>=1.0.3 +reportlab>=3.6.8 +torch>=1.9.0 +tqdm>=4.62.3 \ No newline at end of file