# Confluence API Client
# 5.x dropped get_page_by_id/create_page/update_page from the Cloud impl in
# favor of a raw content/v2 REST surface; confluence_client.py is not yet
# migrated. Cap until that migration lands.
atlassian-python-api>=3.41.0,<5

# 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
