forked from platypush/platypush
Added python-dateutil requirement
This commit is contained in:
parent
f9b23afbb6
commit
a226aad669
3 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ class HttpBackend(Backend):
|
|||
* **flask** (``pip install flask``)
|
||||
* **redis** (``pip install redis``)
|
||||
* **websockets** (``pip install websockets``)
|
||||
* **python-dateutil** (``pip install python-dateutil``)
|
||||
"""
|
||||
|
||||
hidden_plugins = {
|
||||
|
|
|
@ -20,6 +20,7 @@ class IcalCalendarPlugin(Plugin, CalendarInterface):
|
|||
Requires:
|
||||
|
||||
* **icalendar** (``pip install icalendar``)
|
||||
* **python-dateutil** (``pip install python-dateutil``)
|
||||
"""
|
||||
|
||||
def __init__(self, url, *args, **kwargs):
|
||||
|
|
|
@ -18,6 +18,7 @@ websocket-client
|
|||
flask
|
||||
websockets
|
||||
redis
|
||||
python-dateutil
|
||||
|
||||
# HTTP poll backend support
|
||||
frozendict
|
||||
|
|
Loading…
Reference in a new issue