update saml requirements

This commit is contained in:
王健辉 2021-08-23 18:40:31 +08:00
parent 0e70dec506
commit cef4edb6e0

View File

@ -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
```