From 6d8bf97e7779a0b946add93f2ef572fe7181c37e Mon Sep 17 00:00:00 2001 From: katboi01 Date: Sat, 25 Jan 2025 01:23:27 +0100 Subject: [PATCH] updated requirements --- dmmBypass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmmBypass.py b/dmmBypass.py index 56d7723..3984867 100644 --- a/dmmBypass.py +++ b/dmmBypass.py @@ -16,7 +16,7 @@ args = parser.parse_args() config_name = args.game + '.cfg' if not os.path.exists(config_name): - subprocess.check_call([sys.executable, "-m", "pip", "install", "beautifulsoup4", "PyPasser"]) + subprocess.check_call([sys.executable, "-m", "pip", "install", "requests", "beautifulsoup4", "PyPasser"]) config = { "game_id" : args.game, "file_path" : input('Enter full file path to KF3 .exe: ').strip('\"'),