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``)
|
* **flask** (``pip install flask``)
|
||||||
* **redis** (``pip install redis``)
|
* **redis** (``pip install redis``)
|
||||||
* **websockets** (``pip install websockets``)
|
* **websockets** (``pip install websockets``)
|
||||||
|
* **python-dateutil** (``pip install python-dateutil``)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
hidden_plugins = {
|
hidden_plugins = {
|
||||||
|
|
|
@ -20,6 +20,7 @@ class IcalCalendarPlugin(Plugin, CalendarInterface):
|
||||||
Requires:
|
Requires:
|
||||||
|
|
||||||
* **icalendar** (``pip install icalendar``)
|
* **icalendar** (``pip install icalendar``)
|
||||||
|
* **python-dateutil** (``pip install python-dateutil``)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, url, *args, **kwargs):
|
def __init__(self, url, *args, **kwargs):
|
||||||
|
|
|
@ -18,6 +18,7 @@ websocket-client
|
||||||
flask
|
flask
|
||||||
websockets
|
websockets
|
||||||
redis
|
redis
|
||||||
|
python-dateutil
|
||||||
|
|
||||||
# HTTP poll backend support
|
# HTTP poll backend support
|
||||||
frozendict
|
frozendict
|
||||||
|
|
Loading…
Reference in a new issue