-e ".[dev]"

# Temporary: pin moto to the fix for the describe_instances availability-zone
# filter bug (https://github.com/getmoto/moto/pull/10066). Released moto
# (<= 5.2.2) returns an empty list when CloudBridge filters instances by AZ,
# which breaks test_crud_instance against the mock provider. Drop this line and
# bump the moto floor in pyproject.toml's [dev] extra once the fix is released.
moto[ec2,s3] @ git+https://github.com/CloudVE/moto@fix-describe-instances-az-filter
