Files
pwnpi-amora/pyproject.toml
2025-12-27 15:50:13 +05:30

11 lines
277 B
TOML

[project]
name = "pwnpi-amora"
version = "0.1.0"
description = "A wireless keystroke injection tool built on the Raspberry Pi Pico W using CircuitPython."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"circuitpython-tool>=0.11.0",
"circup>=2.3.0",
]