# Web Framework & API
fastapi==0.128.8
uvicorn==0.38.0
starlette==0.50.0

# Data Validation & Modeling
pydantic==2.12.5

# Cryptography & Security
cryptography==46.0.6
pynacl==1.6.2
passlib==1.7.4
python-multipart==0.0.22

# Database & Storage
sqlalchemy==2.0.46
alembic==1.17.2
redis==7.1.1

# Configuration & Environment
python-dotenv==1.2.2
pyyaml==6.0.3

# Networking & Communication
httpx==0.28.1
requests==2.33.0
aiohttp==3.13.4
pyzmq==27.1.0

# Cloud & Infrastructure
boto3==1.42.78
boto3-stubs==1.42.78
botocore==1.42.78
botocore-stubs==1.42.41
kubernetes==35.0.0

# Distributed Systems & IPC
pyarrow==23.0.1
ipfshttpclient==0.7.0
hvac==2.4.0

# Monitoring & Metrics
prometheus-client==0.21.1

# GraphQL API
graphene==3.4.3

# CLI & Utilities
click==8.3.1
python-dateutil==2.9.0.post0
psutil==7.1.3
