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

@@ -1,5 +1,6 @@
import argparse
import os, sys
import os
import sys
import re
import atexit
import shutil