pydantic>=2.5.0
pydantic-settings>=2.1.0
aiofiles>=23.2.0
httpx>=0.25.0
redis>=5.0.0
prometheus-client>=0.19.0
python-dotenv>=1.0.0
tenacity>=8.2.0
cryptography>=41.0.0
orjson>=3.9.0

[all]
deepcompress[aws,dev,gpu,llm,vector-db]

[aws]
boto3>=1.34.0
aioboto3>=12.3.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
black>=23.12.0
ruff>=0.1.8
mypy>=1.7.0
pre-commit>=3.6.0

[gpu]
torch>=2.0.0
transformers<4.50.0,>=4.38.0
pillow>=10.0.0
pdf2image>=1.17.0
accelerate>=0.20.0
sentencepiece>=0.1.99

[gpu:platform_machine == "x86_64"]
flash-attn>=2.3.0

[llm]
openai>=1.6.0
anthropic>=0.8.0

[vector-db]
pinecone-client>=3.0.0
weaviate-client>=4.4.0
