From cef4edb6e043094022a7aa64dee7644dbf6665bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=81=A5=E8=BE=89?= <40563566+mrwangjianhui@users.noreply.github.com> Date: Mon, 23 Aug 2021 18:40:31 +0800 Subject: [PATCH] update saml requirements --- manual/deploy_pro/adfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/deploy_pro/adfs.md b/manual/deploy_pro/adfs.md index 33c30ea2..6be164db 100644 --- a/manual/deploy_pro/adfs.md +++ b/manual/deploy_pro/adfs.md @@ -54,13 +54,13 @@ sudo apt install libxmlsec1 xmlsec1 * For Seafile 7.1.x ``` -sudo pip install cryptography djangosaml2==0.18.1 +sudo pip install cryptography djangosaml2==0.18.1 pysaml2>=4.6.0 ``` * For Seafile 8.0.x ``` -sudo pip install cryptography djangosaml2>=0.19.0 +sudo pip install cryptography djangosaml2==0.20.0 pysaml2==6.5.1 ```