1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-13 18:50:53 +00:00

Use extras for dependencies

This commit is contained in:
Unrud 2018-04-21 09:47:50 +02:00
parent 1f5e11cabf
commit 767ad699d5

View file

@ -46,7 +46,7 @@ Re-type new password:
**bcrypt** is used to secure the passwords. Radicale requires additional **bcrypt** is used to secure the passwords. Radicale requires additional
dependencies for this encryption method: dependencies for this encryption method:
```shell ```shell
$ python3 -m pip install --upgrade passlib bcrypt $ python3 -m pip install --upgrade radicale[bcrypt]
``` ```
Authentication can be enabled with the following configuration: Authentication can be enabled with the following configuration: