We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4aa08 commit b90e931Copy full SHA for b90e931
kerberoast/_version.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "0.1.5"
+__version__ = "0.1.6"
3
__banner__ = \
4
"""
5
# kerberoast %s
requirements.txt
@@ -1,4 +1,4 @@
msldap>=0.3.1
-minikerberos>=0.2.0
+minikerberos>=0.2.10
winsspi;platform_system=="Windows"
-winacl>=0.0.4; platform_system=="Windows"
+winacl>=0.1.1; platform_system=="Windows"
setup.py
@@ -45,9 +45,9 @@
45
),
46
install_requires=[
47
'msldap>=0.3.1',
48
- 'minikerberos>=0.2.3',
+ 'minikerberos>=0.2.10',
49
'winsspi;platform_system=="Windows"',
50
- 'winacl>=0.0.6; platform_system=="Windows"',
+ 'winacl>=0.1.1; platform_system=="Windows"',
51
],
52
53
entry_points={
0 commit comments