From 8fb4da20aded9e244f62ab0b1ba19d92380d74d8 Mon Sep 17 00:00:00 2001 From: Anon Date: Mon, 29 Aug 2022 15:14:09 -0700 Subject: [PATCH] Added dependency for python-magic --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9fc8bb..f9ad79d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ Mastodon.py -cryptography \ No newline at end of file +cryptography +python-magic