# Confluence API Client
atlassian-python-api>=3.41.0

# Data handling and Excel support
pandas>=2.0.0
openpyxl>=3.1.0
xlrd>=2.0.1

# Chart and image generation
matplotlib>=3.7.0
Pillow>=10.0.0

# Optional: Advanced charting (uncomment if needed)
# plotly>=5.14.0
# seaborn>=0.12.0

# HTTP requests (usually included with atlassian-python-api)
requests>=2.31.0

# Environment variable management (optional)
python-dotenv>=1.0.0

# Logging and utilities
python-dateutil>=2.8.2
