# Core Framework
streamlit>=1.28.0
pandas>=2.0.0
numpy>=1.24.0
# JIRA and Atlassian APIs
jira>=3.5.0
atlassian-python-api>=3.41.0
# HTTP and API clients
requests>=2.31.0
httpx>=0.24.0
aiohttp>=3.8.0
urllib3>=1.26.0
# LLM and AI APIs
openai>=1.3.0
anthropic>=0.7.0
azure-openai>=1.0.0
# Data validation and models
pydantic>=2.4.0
jsonschema>=4.19.0
# Environment and configuration
python-dotenv>=1.0.0
pyyaml>=6.0.1
toml>=0.10.2
# Async and concurrency
asyncio-throttle>=1.0.2
tenacity>=8.2.0
# Authentication and security
cryptography>=41.0.0
jwt>=1.3.1
python-jose>=3.3.0
# Logging and monitoring
structlog>=23.1.0
colorlog>=6.7.0
# Date and time handling
python-dateutil>=2.8.0
pytz>=2023.3
# Development and testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
black>=23.7.0
flake8>=6.0.0
mypy>=1.5.0
# Utilities
click>=8.1.0
tqdm>=4.65.0
python-multipart>=0.0.6
typing-extensions>=4.7.0
# Data processing
openpyxl>=3.1.0
xlsxwriter>=3.1.0
# Web scraping and parsing (if needed)
beautifulsoup4>=4.12.0
lxml>=4.9.0
# Caching
redis>=4.6.0
diskcache>=5.6.0
# Email notifications (optional)
smtplib2>=0.2.1
# Progress bars and UI enhancements
stqdm>=0.0.5
streamlit-aggrid>=0.3.4
streamlit-authenticator>=0.2.3
# Error tracking (optional)
sentry-sdk>=1.32.0
# Development utilities
python-semantic-release>=8.0.0
pre-commit>=3.4.0