Update Python dependencies for device tooling.
This adds ampy support and refreshes lockfile versions. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
3
Pipfile
3
Pipfile
@@ -11,6 +11,7 @@ pyjwt = "*"
|
||||
watchfiles = "*"
|
||||
requests = "*"
|
||||
selenium = "*"
|
||||
adafruit-ampy = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
@@ -20,4 +21,4 @@ python_version = "3.12"
|
||||
[scripts]
|
||||
web = "python /home/pi/led-controller/tests/web.py"
|
||||
watch = "python -m watchfiles 'python tests/web.py' src tests"
|
||||
install = "pipenv install"
|
||||
install = "pipenv install"
|
||||
|
||||
Reference in New Issue
Block a user