From d2e9ee2ce90b31424e6acb559c8344411040b7a2 Mon Sep 17 00:00:00 2001 From: Kreusada <67752638+Kreusada@users.noreply.github.com> Date: Thu, 15 Apr 2021 16:29:02 +0100 Subject: [PATCH] [TTS] Add pycountry to info.json requirements --- tts/info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tts/info.json b/tts/info.json index 707928f..8547276 100644 --- a/tts/info.json +++ b/tts/info.json @@ -7,7 +7,8 @@ "hidden": false, "install_msg": "Thank you for installing TTS. Get started with `[p]load tts`, then `[p]help TTS`", "requirements": [ - "gTTS" + "gTTS", + "pycountry" ], "short": "Send TTS messages as uploaded mp3", "end_user_data_statement": "This cog does not store any End User Data", @@ -16,4 +17,4 @@ "utils", "audio" ] -} \ No newline at end of file +}