From e941220c41c8d421578206029501dd487190f166 Mon Sep 17 00:00:00 2001 From: Illlin <34010016+Illlin@users.noreply.github.com> Date: Wed, 5 Sep 2018 19:49:39 +0100 Subject: [PATCH] Done more dependency changeing --- DevRant/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevRant/main.py b/DevRant/main.py index f029ab8..00920aa 100644 --- a/DevRant/main.py +++ b/DevRant/main.py @@ -2,7 +2,7 @@ """ ___name___ = "DevRant" ___license___ = "MIT" -___dependencies___ = ["app", "wifi", "http", "homescreen", "ugfx_helper", "dialogs"] +___dependencies___ = ["app", "wifi", "http", "ugfx_helper"] ___categories___ = ["Other"] ___launchable___ = True