12 lines
222 B
TOML
12 lines
222 B
TOML
[project]
|
|
name = "migrate-to-nx"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"path>=17.1.1",
|
|
"pyyaml>=6.0.2",
|
|
"wxr2md>=0.3.0",
|
|
]
|