mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Add new default plugin (pisugar2) and defaults.
Added new requirement to pyproject.toml to make it work.
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user