Skip to content

Commit b76cb84

Browse files
committed
Merge remote-tracking branch 'origin/fix/dependencies'
2 parents 8039300 + fde0539 commit b76cb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
author_email='[email protected]',
88
description='Tool to parse the Group Policy Preferences XML file which '
99
'extracts the username and decrypts the cpassword attribute.',
10-
install_requires=['Crypto', 'colorama']
10+
install_requires=['colorama', 'pycryptodome']
1111
)

0 commit comments

Comments
 (0)