From 0588ab8fad9d918d57c275d0b3c9ea247bcf7726 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Tue, 9 Apr 2024 02:29:58 -0500 Subject: [PATCH] fix missing dependency for the updater. --- Libraries/PyKotor/recommended.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Libraries/PyKotor/recommended.txt b/Libraries/PyKotor/recommended.txt index 5fcaf66d2..945c13c61 100644 --- a/Libraries/PyKotor/recommended.txt +++ b/Libraries/PyKotor/recommended.txt @@ -1,2 +1,3 @@ defusedxml>=0.7 -charset-normalizer>=2.0 \ No newline at end of file +charset-normalizer>=2.0 +pycryptodome # Tested with 3.20.0 \ No newline at end of file