# Cloud Storage Manager Requirements
# 云存储管理器依赖

# AWS S3 Support - AWS S3支持
boto3>=1.26.0                  # AWS SDK for Python
botocore>=1.29.0               # AWS core library

# Aliyun OSS Support - 阿里云OSS支持
aliyun-python-sdk-core>=2.13.0 # Aliyun core SDK
aliyun-python-sdk-oss>=2.17.0  # Aliyun OSS SDK
oss2>=2.17.0                   # Aliyun OSS Python SDK

# Tencent COS Support - 腾讯云COS支持
qcloud-cos-python-sdk-v5>=1.9.0 # Tencent COS SDK

# Azure Blob Support - Azure Blob支持
azure-storage-blob>=12.14.0    # Azure Blob SDK
azure-identity>=1.12.0         # Azure authentication

# Utilities - 工具库
tqdm>=4.65.0                   # Progress bars
python-dotenv>=1.0.0           # Environment variables
pydantic>=2.0.0                # Data validation
pytest>=7.0.0                  # Testing framework
pytest-asyncio>=0.21.0         # Async testing
