2025-12-02 03:18:41 +05:30
|
|
|
[project]
|
|
|
|
|
name = "pwnpi-amora"
|
|
|
|
|
version = "0.1.0"
|
2025-12-27 15:50:13 +05:30
|
|
|
description = "A wireless keystroke injection tool built on the Raspberry Pi Pico W using CircuitPython."
|
2025-12-02 03:18:41 +05:30
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13"
|
|
|
|
|
dependencies = [
|
2025-12-27 15:45:09 +05:30
|
|
|
"circuitpython-tool>=0.11.0",
|
2025-12-02 03:18:41 +05:30
|
|
|
"circup>=2.3.0",
|
|
|
|
|
]
|