From 8d50d78b1d70e2f2c935074aa2036dabf30463e5 Mon Sep 17 00:00:00 2001 From: Roddy Rappaport Date: Fri, 2 May 2025 12:44:36 +0300 Subject: [PATCH] Added necessary modules for gef.py #65 --- src/compilation/frozen_python_modules.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/compilation/frozen_python_modules.txt b/src/compilation/frozen_python_modules.txt index 6fe4cb6..573ad6b 100644 --- a/src/compilation/frozen_python_modules.txt +++ b/src/compilation/frozen_python_modules.txt @@ -23,12 +23,14 @@ copy copyreg cProfile csv + dataclasses datetime decimal difflib dis + enum @@ -49,6 +51,7 @@ gzip hashlib heapq hmac + imaplib inspect @@ -133,6 +136,7 @@ trace tty types typing + uuid warnings wave @@ -143,6 +147,3 @@ webbrowser zipapp - - -