# Core memory engine (new foundation)
memg-core==0.5.2

# AI and GenAI utilities (preserved from useful features)
google-genai==1.30.0
python-dotenv>=1.1.0

# Data processing (for AI-enhanced features)
pandas==2.3.1
tabulate==0.9.0

# Validation and modeling
pydantic==2.11.7

# Development and testing
pytest>=8.4.1
pytest-cov>=6.2.1
pytest-asyncio>=0.23.8
psutil>=5.9.8
