Updated the python dependencies to include "evdev" for the latest gamepad support.

This commit is contained in:
David Carley
2022-08-31 13:51:18 +00:00
parent 6a63bd7a12
commit 0c58292347
3 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@@ -1 +1,2 @@
watchdog==0.10.6
watchdog==0.10.6
evdev==1.6.0

View File

@@ -1,3 +1,6 @@
#!/bin/bash -ex
# To use, copy this file, and requirements.txt into a folder on the controller, and run this script.
# Then, copy the contents of ./installer/python-packages back to your development environment
pip3 download -d installer/python-packages -r requirements.txt