Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install requires #207

Open
sec13b opened this issue Apr 5, 2024 · 0 comments
Open

pip install requires #207

sec13b opened this issue Apr 5, 2024 · 0 comments

Comments

@sec13b
Copy link

sec13b commented Apr 5, 2024

it is necessary to be required version cryptography>=39.0 , latest is cryptography 42.0.5

some version affect another script functions.

install_requires=[
"asn1crypto",
"cryptography>=39.0",
pip install cryptography
cryptography 42.0.5
"impacket",
"ldap3",
"pyasn1==0.4.8",
pip install pyasn1
"dnspython",
"dsinternals",
"pyopenssl>=23.0.0",
pip install pyOpenSSL
pyOpenSSL 24.1.0
"requests",
"requests_ntlm",
'winacl; platform_system=="Windows"',
'wmi; platform_system=="Windows"',
"pycryptodome",
"unicrypto"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant