Update lsassy version requirement

main
pixis 2021-10-12 18:51:27 +02:00
parent 186d60a787
commit 40b385287f
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ python = "^3.7.0"
requests = ">=2.9.1"
requests-ntlm = ">=0.3.0"
bs4 = "^0.0.1"
lsassy = "^2.1.4"
lsassy = ">=3.0.0"
termcolor = "^1.1.0"
msgpack = "^1.0.0"
neo4j = "^4.1.1"

View File

@ -27,7 +27,7 @@ jinja2==2.11.3; python_version >= "3.6" and python_full_version < "3.0.0" or pyt
lazy-object-proxy==1.5.2; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.5.0"
ldap3==2.9; python_version >= "3.6"
ldapdomaindump==0.9.3; python_version >= "3.6"
lsassy==2.1.4; python_version >= "3.6"
lsassy==3.0.0; python_version >= "3.6"
markupsafe==1.1.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
mccabe==0.6.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
minidump==0.0.13; python_version >= "3.6"

View File

@ -19,7 +19,7 @@ itsdangerous==1.1.0; python_version >= "3.6" and python_full_version < "3.0.0" o
jinja2==2.11.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
ldap3==2.9; python_version >= "3.6"
ldapdomaindump==0.9.3; python_version >= "3.6"
lsassy==2.1.4; python_version >= "3.6"
lsassy==3.0.0; python_version >= "3.6"
markupsafe==1.1.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
minidump==0.0.13; python_version >= "3.6"
minikerberos==0.2.9; platform_system == "Windows" and python_version >= "3.7"