Skip to content

Commit d9bb1f6

Browse files
aksOpsclaude
andcommitted
Add requirements.txt for Snyk vulnerability scanning
Snyk needs a manifest file in repo root. Source of truth remains pyproject.toml — this file mirrors the same dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a0253d9 commit d9bb1f6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Auto-generated for Snyk scanning — source of truth is pyproject.toml
2+
typer>=0.9
3+
rich>=13.0
4+
tree-sitter>=0.23
5+
tree-sitter-java>=0.23
6+
tree-sitter-python>=0.23
7+
tree-sitter-typescript>=0.23
8+
tree-sitter-javascript>=0.23
9+
networkx>=3.2
10+
lxml>=5.0
11+
pyyaml>=6.0
12+
sqlparse>=0.5
13+
pydantic>=2.0

0 commit comments

Comments
 (0)