ModuleUpdate: add it to a few more common entry points

MinecraftClient: add requests import to requirements.txt
This commit is contained in:
Fabian Dill
2022-04-07 10:19:18 +02:00
committed by Fabian Dill
parent 3d1f6d9b82
commit f093e90c23
7 changed files with 18 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ from tkinter.constants import DISABLED, NORMAL
from urllib.parse import urlparse
from urllib.request import urlopen
import ModuleUpdate
ModuleUpdate.update()
from worlds.alttp.Rom import Sprite, LocalRom, apply_rom_settings, get_base_rom_bytes
from Utils import output_path, local_path, user_path, open_file, get_cert_none_ssl_context, persistent_store, \
get_adjuster_settings, tkinter_center_window, init_logging