# Core CLI framework
click>=8.0.0
rich>=13.0.0
typer>=0.9.0

# Data storage and management
json5>=0.9.0
pyyaml>=6.0

# Date and time handling
python-dateutil>=2.8.0
arrow>=1.2.0

# Progress tracking and visualization
tqdm>=4.65.0
matplotlib>=3.7.0
plotext>=5.2.0

# Git integration
GitPython>=3.1.0

# Configuration management
configparser>=5.3.0
python-dotenv>=1.0.0

# Utilities
colorama>=0.4.6
tabulate>=0.9.0
prompt-toolkit>=3.0.0

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0

# Development
black>=23.0.0
flake8>=6.0.0