alembic>=1.8.0
ffmpeg-python>=0.2.0
grpcio>=1.50.0
pika>=1.3.0
protobuf>=3.20.0
psutil>=5.9.0
requests>=2.28.0
SQLAlchemy>=1.4.0

[:platform_machine in "aarch64 armv7l"]
opencv-python-headless>=4.6.0

[:platform_machine not in "aarch64 armv7l"]
opencv-python>=4.6.0

[:platform_system != "Darwin" or platform_machine != "arm64"]
pynvml>=11.4.1

[dev]
pytest>=7.0.0
black>=22.0.0
isort>=5.10.0
mypy>=0.950
flake8>=4.0.0
pre-commit>=2.17.0
