mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
update saml requirements
This commit is contained in:
parent
0e70dec506
commit
cef4edb6e0
|
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue