`aioredis` has already released an alpha and beta version, but it is `2.0.0` so it clashes with the `install_requirements` [here](https://github.com/django/channels_redis/blob/9793d099beff719884854dcdd25709aee745ce97/setup.py#L34) which requires `aioredis~=1.0`. Is it possible to have a new release which will let install `aioredis` version 2?