mirror of
https://github.com/opus-tango/public-python.git
synced 2026-07-18 07:32:45 +00:00
10 lines
183 B
TOML
10 lines
183 B
TOML
[project]
|
|
name = "tfc-forge-macro"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"pynput>=1.7.6",
|
|
]
|