31 lines
360 B
Plaintext
31 lines
360 B
Plaintext
# Odoo Directory CLI Dependencies
|
|
|
|
# Database
|
|
supabase>=2.0.0
|
|
|
|
# AI/LLM
|
|
anthropic>=0.18.0
|
|
|
|
# HTTP Client
|
|
httpx>=0.27.0
|
|
|
|
# Data Validation
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
|
|
# CLI Framework
|
|
typer>=0.9.0
|
|
rich>=13.0.0
|
|
|
|
# Image Processing
|
|
Pillow>=10.0.0
|
|
|
|
# Environment Variables
|
|
python-dotenv>=1.0.0
|
|
|
|
# Templating
|
|
Jinja2>=3.1.0
|
|
|
|
# Utilities
|
|
tenacity>=8.2.0
|