From 82fa35d4b04ee2f8eb2302e296a5a734049da131 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Sat, 15 Jan 2022 22:38:34 -0500 Subject: [PATCH] build: Fix python-magic install. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6f0904..4dab8ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask yt-dlp -python-magic +python-magic-bin Pillow mutagen requests