Files
gh-resolve-io-prism/skills/context-memory/requirements.txt
2025-11-30 08:51:34 +08:00

21 lines
378 B
Plaintext

# PRISM Context Memory Python Dependencies
# For Obsidian markdown storage
python-frontmatter>=1.1.0
# For reading core-config.yaml
PyYAML>=6.0
# For Obsidian REST API integration
requests>=2.31.0
urllib3>=2.0.0
# For loading .env configuration
python-dotenv>=1.0.0
# Claude API (for SQLite version only)
anthropic>=0.40.0
# Optional: for enhanced CLI output
rich>=13.0.0