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