Add new default plugin (pisugar2) and defaults.

Added new requirement to pyproject.toml to make it work.
This commit is contained in:
Jeroen Oudshoorn
2024-12-14 23:28:21 +01:00
parent 913c22193d
commit 387e11a5c5
3 changed files with 100 additions and 2 deletions

View File

@ -9,7 +9,7 @@ dependencies = [
"PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors",
"flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil",
"requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2",
"spidev", "toml", "tweepy", "websockets",
"spidev", "toml", "tweepy", "websockets", "pisugar",
]
requires-python = ">=3.11"
@ -42,4 +42,4 @@ Issues = "https://github.com/jayofelony/pwnagotchi/issues"
Download = "https://github.com/jayofelony/pwnagotchi/releases/latest"
[project.scripts]
pwnagotchi = "pwnagotchi.cli:pwnagotchi_cli"
pwnagotchi = "pwnagotchi.cli:pwnagotchi_cli"