dschep / ntfy

🖥️📱🔔 A utility for sending notifications, on demand and when commands finish.

Home Page:http://ntfy.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing backend due to outdated pip?

JulioV opened this issue · comments

I'm getting this erro:

ERROR: Invalid backend slack_webhook

with the following config file

backends: [slack_webhook]
slack_webhook:
    url: "my_url"
    user: "Julio"

I noticed the latest version on pip is 2.7.0 from Nov 2018. Is the pip package no longer maintained, do I need to install ntfy in a different way?

did you manage to make it work?

No

I was able to work around it by cloning the repo locally and doing a local pip install.

The version hosted on PyPI doesn't include the backend.