From 2197a323544ec75142c9adb7761bd9a5ef1efe42 Mon Sep 17 00:00:00 2001 From: santaspeen Date: Fri, 2 Aug 2024 16:03:14 +0300 Subject: [PATCH] [+] PluginConsole [+] ev.unregister_by_id [+] Completes for PluginsLoader [~] asyncio.to_thread [~] console.legacy_mode --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03833f2..b8a5820 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ toml~=0.10.2 colorama~=0.4.6 cryptography~=42.0.4 prompt_toolkit~=3.0.47 -requests~=2.32.3 \ No newline at end of file +requests~=2.32.3 +Pygments~=2.18.0 \ No newline at end of file