# Core dependencies only - install with pip install personalab
requests>=2.31.0
python-dotenv>=0.19.0
json5>=0.9.0
httpx>=0.24.0
psycopg2-binary>=2.9.9

# For full LLM support, install with: pip install personalab[llm]
# For AI features, install with: pip install personalab[ai]
# For development, install with: pip install personalab[dev] 