# CarryMem - Core Dependencies
# Install: pip install -r requirements.txt
# Dev:     pip install -e ".[dev]"
# Full:    pip install -e ".[full]"

# Core (also in setup.py install_requires)
PyYAML>=5.0

# Optional dependencies (install via extras):
#   pip install carrymem[language]   → pycld2, langdetect
#   pip install carrymem[encryption] → cryptography
#   pip install carrymem[semantic]   → sqlite-vec, pysqlite3, sentence-transformers
#   pip install carrymem[llm]        → openai, zhipuai
#   pip install carrymem[tui]        → textual
#   pip install carrymem[full]       → all of the above
