Skip to content

Commit

Permalink
remove duplicate chump
Browse files Browse the repository at this point in the history
  • Loading branch information
tekand committed Sep 12, 2023
1 parent b9a1b77 commit 4c20ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paradox/lib/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"gi": dict(mandatory=False, desc="the Signal interface", install_name="gi>=1.2"),
"pytz": dict(mandatory=False, desc="Panel time sync", install_name="pytz>=2023.3.post1"),
"mqtt": dict(mandatory=False, desc="MQTT", install_name="paho_mqtt>=1.5.0"),
"chump": dict(mandatory=False, desc="Pushover notification", install_name="chump>=1.6.0"),

"pre-commit": dict(mandatory=False, desc="Development", install_name="pre-commit"),
"flake8": dict(mandatory=False, desc="Code checker", install_name="flake8"),
Expand Down

0 comments on commit 4c20ab2

Please sign in to comment.