# Core dependencies for Alprina CLI
# Generated from pyproject.toml

# CLI Framework
typer>=0.12.0
click>=8.3.0
rich>=14.2.0
prompt-toolkit>=3.0.52

# ACP Integration
agent-client-protocol>=0.6.2

# Async & HTTP
aiofiles>=25.1.0
aiohttp>=3.13.2
httpx[socks]>=0.28.1

# Web Framework & Server
fastapi>=0.115.0
uvicorn[standard]>=0.30.0

# Utilities
loguru>=0.7.3
pyyaml>=6.0.3
pydantic[email]>=2.12.3
tenacity>=9.1.2
python-dotenv>=1.0.0
pathspec>=0.11.2
email-validator>=2.0.0

# Auth & Security
pyjwt>=2.8.0
cryptography>=41.0.0
bcrypt>=4.0.0
asyncpg==0.30.0

# Billing
stripe>=7.0.0

# Email
resend>=0.8.0

# Reporting
jinja2>=3.1.2
weasyprint>=60.0
requests>=2.31.0

# LLM Providers (install as needed)
openai>=1.12.0
anthropic>=0.18.0
ollama>=0.1.0
