# 核心依赖
minio>=7.1.0
boto3>=1.28.0
requests>=2.31.0

# 云厂商 SDK
oss2>=2.18.0                      # 阿里云 OSS
cos-python-sdk-v5>=1.9.0          # 腾讯云 COS
boto3>=1.34.0                     # AWS S3
esdk-obs-python>=3.23.0           # 华为云 OBS

# 工具库
pydantic>=2.0.0
python-dotenv>=1.0.0

# 异步支持
aiofiles>=23.0.0
aioboto3>=12.0.0
aiohttp>=3.9.0

# 开发测试
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.0.0
mypy>=1.5.0