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

@@ -6,6 +6,9 @@ import sys
import typing
import time
import ModuleUpdate
ModuleUpdate.update()
import websockets
import Utils