# OrKa V0.7.0 Minimal Dependencies
# Core runtime dependencies without heavy ML packages

# Python async and core utilities
async-timeout>=4.0.0
PyYAML>=6.0
python-dotenv>=0.19.0
jinja2>=3.0.0

# Web framework for server mode
fastapi>=0.68.0
uvicorn>=0.15.0

# Memory backends - RedisStack for V0.7.0 100x performance
redis[async]>=5.0.0

# LLM integration
openai>=1.0.0
litellm>=1.0.0

# Search tools
duckduckgo-search>=3.0.0
google-api-python-client>=2.0.0

# Kafka streaming for enterprise
kafka-python>=2.0.2
confluent-kafka[avro,protobuf,schema-registry]

# Schema management
avro-python3
fastavro
protobuf
jsonschema

# CLI and TUI
rich>=13.0.0
textual>=0.40.0

# Development and testing
fakeredis>=2.0.0