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