Skip to content

Commit 19c1796

Browse files
author
Tomáš Daniel
committed
Relax xmlsec constraints
1 parent e5307e6 commit 19c1796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'tqdm>=4.62.3',
3535
],
3636
extras_require={
37-
'mssso': ['requests>=2.26.0', 'msal>=1.20.0', 'python3-saml>=1.16.0', 'xmlsec==1.3.12'],
37+
'mssso': ['requests>=2.26.0', 'msal>=1.20.0', 'python3-saml>=1.16.0', 'xmlsec>=1.3.12', 'lxml<5.3.0'],
3838
},
3939
zip_safe=False
4040
)

0 commit comments

Comments
 (0)