mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -18,8 +18,13 @@ dbus-python
|
|||||||
toml
|
toml
|
||||||
python-dateutil
|
python-dateutil
|
||||||
websockets
|
websockets
|
||||||
torch==2.0.1
|
torch==2.0.1; platform_machine=="aarch64"
|
||||||
torchvision==0.15.2
|
torch>=2.0.1; platform_machine!="aarch64"
|
||||||
stable_baselines3
|
torchvision==0.15.2; platform_machine=="aarch64"
|
||||||
RPi.GPIO
|
torchvision>=0.15.2; platform_machine!="aarch64"
|
||||||
|
stable_baselines3==1.8.0; platform_machine=="armv6l"
|
||||||
|
stable_baselines3; platform_machine!="armv6l"
|
||||||
|
RPi.GPIO; platform_release!="*sunxi*"
|
||||||
|
OPi.GPIO; platform_release=="*sunxi*"
|
||||||
|
rpi_hardware_pwm; platform_release!="*sunxi*"
|
||||||
pydrive2
|
pydrive2
|
Reference in New Issue
Block a user