From f36d4aea7735037eb401de8e12e5e24a8a676300 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 9 Dec 2024 20:21:58 +0100 Subject: [PATCH] Small final edit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b49007a..11865033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", "prctl", + "spidev", "toml", "tweepy", "websockets", ] requires-python = ">=3.11"