From e9f730ee9f60cfc76f3c98c737cc906ac023334d Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 5 Jan 2024 14:43:52 +0100 Subject: [PATCH] Update build --- pyproject.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 731a2a91..19e56fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,9 @@ build-backend = "setuptools.build_meta" name = "pwnagotchi" dynamic = ["version"] dependencies = [ - "OPi.GPIO; platform_release==\"6.1.31-sun50iw9\"", "Pillow", "PyYAML", - "RPi.GPIO; platform_release!=\"6.1.31-sun50iw9\"", + "RPi.GPIO", "file-read-backwards", "flask", "flask-cors", @@ -21,13 +20,12 @@ dependencies = [ "pydrive2", "python-dateutil", "requests", - "rpi_hardware_pwm; platform_release!=\"6.1.31-sun50iw9\"", + "rpi_hardware_pwm", "scapy", - "shimmy; platform_machine!=\"armv6l\"", + "shimmy", "smbus2", "spidev", - "stable_baselines3; platform_machine!=\"armv6l\"", - "stable_baselines3==1.8.0; platform_machine==\"armv6l\"", + "stable_baselines3", "toml", "torch==2.0.1", "torchvision==0.15.2",