# TuskLang Python SDK Dependencies
# ================================

# Core dependencies
requests>=2.31.0
cryptography>=41.0.0
bcrypt>=4.0.0
PyJWT>=2.8.0

# Database adapters
pymongo>=4.5.0
psycopg2-binary>=2.9.0
redis>=5.0.0
mysql-connector-python>=8.1.0

# Messaging and real-time
websockets>=11.0.0
aiohttp>=3.9.0
nats-py>=2.3.0
kafka-python>=2.0.0
pika>=1.3.0

# Monitoring and observability
prometheus-client>=0.19.0
opentelemetry-api>=1.21.0
opentelemetry-sdk>=1.21.0
jaeger-client>=4.8.0

# GraphQL and API
gql>=3.4.0
graphql-core>=3.2.0

# gRPC
grpcio>=1.59.0
grpcio-tools>=1.59.0
protobuf>=4.25.0

# Service mesh and discovery
consul>=1.1.0
etcd3>=0.12.0

# Security and authentication
python-jose>=3.3.0
python-multipart>=0.0.6
passlib>=1.7.4

# Configuration and serialization
pyyaml>=6.0.1
toml>=0.10.2
msgpack>=1.0.7

# Performance and optimization
orjson>=3.9.0
ujson>=5.8.0

# Testing and development
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0

# Documentation
sphinx>=7.2.0
sphinx-rtd-theme>=1.3.0

# CLI and utilities
click>=8.1.0
rich>=13.6.0
typer>=0.9.0

# Async support
asyncio-mqtt>=0.16.0
aiofiles>=23.2.0

# Machine learning (for @learn operator)
scikit-learn>=1.3.0
numpy>=1.24.0
pandas>=2.0.0

# WebAssembly support
wasmer>=1.1.0

# Kubernetes integration
kubernetes>=28.1.0

# Azure Functions
azure-functions>=1.17.0

# Elasticsearch
elasticsearch>=8.11.0

# HashiCorp Vault
hvac>=1.1.0

# Temporal workflows
temporalio>=1.4.0

# Istio service mesh
istio-api>=0.1.0

# Unity integration (placeholder)
# unity-python-sdk>=1.0.0

# Rails integration (placeholder)
# rails-python-bridge>=1.0.0

# Jekyll integration (placeholder)
# jekyll-python>=1.0.0

# Compliance and audit
auditlog>=2.3.0

# Cloud platform integrations
boto3>=1.34.0
azure-identity>=1.15.0
azure-mgmt-compute>=30.3.0
azure-mgmt-storage>=21.0.0
google-cloud-storage>=2.10.0
google-cloud-compute>=1.14.0

# Infrastructure as code
# terraform is typically installed as binary, not pip package

# Configuration management
# ansible, puppet, chef are typically installed as system packages

# CI/CD
# jenkins is typically accessed via REST API

# Version control
# github and gitlab are accessed via REST API

# Authentication protocols
python-ldap>=3.4.0
python3-saml>=1.15.0

# Docker
docker>=6.1.0

# InfluxDB
influxdb-client>=1.38.0

# Grafana (via REST API)
# grafana-api>=1.0.0

# Prometheus (via REST API)
# prometheus-api-client>=0.5.0

# Zipkin (via REST API)
# zipkin-api>=1.0.0

# Jaeger (via REST API)
# jaeger-api>=1.0.0

# Consul (via REST API)
# consul-api>=1.0.0

# Istio (via REST API)
# istio-api>=1.0.0

# Enterprise features
# rbac, audit, compliance, governance, policy, workflow are implemented in real_operators.py

# Advanced integrations
# ai, blockchain, iot, edge, quantum, neural are implemented with basic functionality