12 lines
232 B
TOML
12 lines
232 B
TOML
[project]
|
|
name = "wireless"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"mkdocs>=1.6.1",
|
|
"mkdocs-cinder>=1.2.0",
|
|
"nodejs-bin>=18.4.0a4",
|
|
]
|