# Core dependencies
numpy==2.0.2
cryptography==46.0.3
pydantic==2.12.5
structlog==24.4.0
tenacity==9.1.2
scikit-learn==1.6.1

# Optional: AWS SDK (only needed for AWS integrations)
# boto3==1.35.0

# Optional dependencies for enhanced functionality
sentence-transformers==5.1.2
faiss-cpu==1.9.0
opencv-python==4.12.0.88

# File format features
aiofiles==24.1.0
brotli==1.2.0
zstandard==0.25.0
xxhash==3.6.0
msgpack==1.1.2
jsonschema==4.25.1
click==8.1.8
tqdm==4.67.1
psutil==7.1.3
networkx==3.2.1
matplotlib==3.9.0
pillow==11.3.0
scipy==1.13.1
lz4==4.4.5
numba==0.60.0

# Production monitoring
prometheus-client==0.21.0

# Development dependencies
pytest==8.4.2
pytest-cov==6.0.0
pytest-asyncio==0.24.0
black==24.10.0
mypy==1.13.0
ruff==0.8.0
