uvicorn>=0.30.0
python-dotenv>=1.0.0
jinja2>=3.1.0
cryptography>=41.0.0
argon2-cffi>=23.1.0
passlib>=1.7.4
aiosqlite>=0.19.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
httpx>=0.24.0
aiosqlite>=0.19.0

[mlops]
numpy>=1.24.0

[mlops-all]
numpy>=1.24.0
onnxruntime>=1.16.0
onnx>=1.14.0
torch>=2.0.0
boto3>=1.28.0
shap>=0.42.0
lime>=1.0.0

[mlops-explain]
shap>=0.42.0
lime>=1.0.0

[mlops-onnx]
onnxruntime>=1.16.0
onnx>=1.14.0

[mlops-s3]
boto3>=1.28.0

[mlops-torch]
torch>=2.0.0
