Skip to content

Commit 3c074de

Browse files
committed
turns out cryptodome is the issue
1 parent 9731019 commit 3c074de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
'keyring',
5050
'okta==0.0.3.1',
5151
'psutil',
52-
'pycryptodome',
52+
'pycryptodome==3.7.3',
5353
'pyldap==2.4.45',
5454
'PyYAML',
5555
'six',
56-
'umapi-client>=2.13',
56+
'umapi-client>=2.12',
5757
],
5858
extras_require={
5959
':sys_platform=="linux" or sys_platform=="linux2"': [

0 commit comments

Comments
 (0)