learn-claude-code/requirements.txt
Moon 93ccf2a2ac fix: parse multi-line YAML block scalars in frontmatter
_parse_frontmatter used manual line splitting which only handled
simple key: value pairs. Multi-line block scalars (|) returned
only '|' as the value, dropping all subsequent indented lines.

Replace with yaml.safe_load() to correctly parse all YAML syntax.
Add pyyaml>=6.0 to requirements.txt.
2026-03-28 21:37:22 +08:00

3 lines
No EOL
50 B
Text

anthropic>=0.25.0
python-dotenv>=1.0.0
pyyaml>=6.0