mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add dependency "pika"
parent
56e8a93066
commit
5ce07f23da
1 changed files with 8 additions and 7 deletions
15
Home.md
15
Home.md
|
@ -45,13 +45,14 @@ TODO: add Ubuntu LTS
|
|||
|
||||
### External Modules
|
||||
|
||||
| **Module** | **Version** | **URL** | **Comment** |
|
||||
|-|-|-|-|
|
||||
| vobject | >= 0.9.6 | https://pypi.org/project/vobject/ | Github<br>Legacy: https://github.com/eventable/vobject<br>Successor: https://github.com/py-vobject/vobject |
|
||||
| defusedxml | >= 0.6.0 | https://pypi.org/project/defusedxml/ | |
|
||||
| passlib | >= 1.7.2 | https://pypi.org/project/passlib/ | |
|
||||
| dateutil | >= 2.8.1 | https://pypi.org/project/python-dateutil/ | |
|
||||
| bcrypt | >= 4.0.0 ??? | https://pypi.org/project/bcrypt/ | only required in case of `htpasswd` file user authentication |
|
||||
| **Module** | **Version** | **URL** | **Comment** | **Radicale<br>Version** |
|
||||
|-|-|-|-|-|
|
||||
| vobject | >= 0.9.6 | https://pypi.org/project/vobject/ | Github<br>Legacy: https://github.com/eventable/vobject<br>Successor: https://github.com/py-vobject/vobject | |
|
||||
| defusedxml | >= 0.6.0 | https://pypi.org/project/defusedxml/ | | |
|
||||
| passlib | >= 1.7.2 | https://pypi.org/project/passlib/ | | |
|
||||
| dateutil | >= 2.8.1 | https://pypi.org/project/python-dateutil/ | | |
|
||||
| bcrypt | >= 4.0.0 ??? | https://pypi.org/project/bcrypt/ | only required in case of `htpasswd` file user authentication | |
|
||||
| pika | >= 1.1.0 | https://pypi.org/project/pika/ | required for RabbitMQ hook support | >= 3.2.0 |
|
||||
|
||||
# Radicale Installation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue