From 9b7598bbe250dddd1b5be7275fc93c9521ff69ba Mon Sep 17 00:00:00 2001 From: Francesco Grazioso Date: Mon, 15 Apr 2024 22:32:43 +0200 Subject: [PATCH] add django dependency --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21218f8..87b1173 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,9 @@ bs4 tqdm rich -unidecode \ No newline at end of file +unidecode +ffmpeg-python +pycryptodome +m3u8 +lxml +django==4.2.11 \ No newline at end of file