1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

add dependency "pika"

Peter Bieringer 2024-03-18 21:17:54 +01:00
parent 56e8a93066
commit 5ce07f23da

15
Home.md

@ -45,13 +45,14 @@ TODO: add Ubuntu LTS
### External Modules ### External Modules
| **Module** | **Version** | **URL** | **Comment** | | **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 | | 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/ | | | defusedxml | >= 0.6.0 | https://pypi.org/project/defusedxml/ | | |
| passlib | >= 1.7.2 | https://pypi.org/project/passlib/ | | | passlib | >= 1.7.2 | https://pypi.org/project/passlib/ | | |
| dateutil | >= 2.8.1 | https://pypi.org/project/python-dateutil/ | | | 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 | | 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 # Radicale Installation