Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 255f0b3

Browse files
committed
[Scripts] argon2 replace with argon2_cffi
1 parent 8b77b52 commit 255f0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ pip install urlparse2
88
pip install websocket-client
99
pip install pyinstaller
1010
pip install pypiwin32
11-
pip install argon2
11+
pip install argon2_cffi
1212
pause
1313
cd scripts

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pip install service_identity
77
pip install urlparse2
88
pip install websocket-client
99
pip install pyinstaller
10-
pip install argon2
10+
pip install argon2_cffi
1111

1212
#Fix for TLSVersion.TLSv1_1: SSL.OP_NO_TLSv1_1
1313

0 commit comments

Comments
 (0)