Initial commit
This commit is contained in:
20
skills/context-memory/requirements.txt
Normal file
20
skills/context-memory/requirements.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user