Initial commit: CodeMap v0.1.0 - CLI tool for code analysis and diagram generation
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 12:18:53 +00:00
parent 3abedfb2aa
commit 3ee0b7b27a

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
typer>=0.9.0
rich>=13.0.0
networkx>=3.0
watchdog>=4.0.0
jinja2>=3.1.0
pytest>=7.0.0
pytest-cov>=4.0.0