# Terradev Python Dependencies

# Cloud SDKs
boto3==1.29.57
botocore==1.32.57
google-cloud-billing==1.10.0
azure-mgmt-billing==6.0.0
aiohttp==3.9.1

# Data Processing
pandas==2.0.3
numpy==1.24.3
requests==2.31.0

# Machine Learning
tensorflow==2.13.0
torch==2.0.1
scikit-learn==1.3.0
keras==2.13.1
transformers==4.35.2
datasets==2.14.6
tokenizers==0.14.1

# Hugging Face Integration
huggingface-hub==0.19.4

# Data Visualization
matplotlib==3.7.2
seaborn==0.12.2

# Data Feed Processing
feedparser==6.0.10
beautifulsoup4==4.12.2
lxml==4.9.3

# Monitoring and Logging
psutil==5.9.5
gpustat==1.1.1
prometheus-client==0.17.1

# Utilities
click==8.1.7
pyyaml==6.0.1
jinja2==3.1.2
python-dotenv==1.0.0

# Development and Testing
pytest==7.4.2
pytest-cov==4.1.0
black==23.7.0
flake8==6.0.0
mypy==1.5.1

# Documentation
sphinx==7.1.2
sphinx-rtd-theme==1.3.0
