mirror of
https://github.com/sploutchy/impacket
synced 2026-06-08 17:32:01 +00:00
Bump ldap3 version for SD controls
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
pyasn1>=0.2.3
|
||||
pycrypto>=2.6.1
|
||||
pyOpenSSL>=0.13.1
|
||||
ldap3==2.4.1
|
||||
ldap3>=2.5.0
|
||||
ldapdomaindump
|
||||
flask
|
||||
|
||||
@@ -33,7 +33,7 @@ setup(name = PACKAGE_NAME,
|
||||
'impacket.examples.ntlmrelayx.attacks'],
|
||||
scripts = glob.glob(os.path.join('examples', '*.py')),
|
||||
data_files = data_files,
|
||||
install_requires=['pyasn1>=0.2.3', 'pycrypto>=2.6.1', 'pyOpenSSL>=0.13.1', 'six', 'ldap3==2.4.1', 'ldapdomaindump', 'flask'],
|
||||
install_requires=['pyasn1>=0.2.3', 'pycrypto>=2.6.1', 'pyOpenSSL>=0.13.1', 'six', 'ldap3>=2.5.0', 'ldapdomaindump', 'flask'],
|
||||
extras_require={
|
||||
'pyreadline:sys_platform=="win32"': [],
|
||||
':python_version<"2.7"': [ 'argparse' ],
|
||||
|
||||
Reference in New Issue
Block a user