From cafc8de5640dc2ff66b8059b0b22ca38705d25c9 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 16:27:11 +0100 Subject: [PATCH] Update build --- pyproject.toml | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 932ff5d9..6fc49cb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,31 +6,10 @@ build-backend = "setuptools.build_meta" name = "pwnagotchi" dynamic = ["version"] 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", + "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", ] requires-python = ">=3.11" @@ -45,7 +24,7 @@ description = "(⌐■_■) - Deep Reinforcement Learning instrumenting betterca readme = "README.md" license = {file = "LICENSE.md"} classifiers = [ - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.11', 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Environment :: Console',