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