# Mem-LLM Core Requirements
# These are the minimal dependencies needed for basic functionality

# LLM Communication
requests>=2.31.0
google-generativeai>=0.3.0

# Configuration Management
pyyaml>=6.0.1

# CLI Interface
click>=8.1.0

# For development and testing, see requirements-dev.txt
# For optional features (web UI, etc.), see requirements-optional.txt
