mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Keep toml installed
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@ dependencies = [
|
|||||||
"PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors",
|
"PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors",
|
||||||
"flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil",
|
"flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil",
|
||||||
"requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2",
|
"requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2",
|
||||||
"spidev", "tomlkit", "tweepy", "websockets", "pisugar",
|
"spidev", "tomlkit", "toml", "tweepy", "websockets", "pisugar",
|
||||||
]
|
]
|
||||||
|
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
Reference in New Issue
Block a user