Skip to content

Commit

Permalink
fixing package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelsec committed May 30, 2023
1 parent 478d973 commit aa2caf5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"Operating System :: OS Independent",
],
install_requires=[
'unicrypto>=0.0.10',
'minidump>=0.0.21',
'minikerberos>=0.4.0',
'aiowinreg>=0.0.7',
'msldap>=0.4.7',
'winacl>=0.1.6',
'aiosmb>=0.4.4',
'aesedb>=0.1.3',
'unicrypto==0.0.10',
'minidump==0.0.21',
'minikerberos==0.4.1',
'aiowinreg==0.0.10',
'msldap==0.5.5',
'winacl==0.1.7',
'aiosmb==0.4.6',
'aesedb==0.1.4',
'tqdm',
],

Expand Down

0 comments on commit aa2caf5

Please sign in to comment.