Code-Complexity-Analyzer / pyproject.toml
huang_de_jun
feat: poc for code complexity analyser
f44fd20
raw
history blame contribute delete
198 Bytes
[project]
name = "code-complexity-analyzer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio[mcp]>=5.49.1",
]