From 545dda9d0f27c49c191e6764f27e8b4266a66cd7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 4 Feb 2019 11:58:35 +0200 Subject: [PATCH] Fix dependencies in maubot.yaml --- maubot.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/maubot.yaml b/maubot.yaml index 05b31c4..a34a98b 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -6,7 +6,6 @@ modules: main_class: RSSBot extra_files: - base-config.yaml -soft_dependencies: -- python-magic>=0.4 -- pillow>=5 +dependencies: +- feedparser>=5.1 database: true