Since each module has separate dependencies, it would be nice to group them in the package definition so users can install only what they need: ``` pip install grid3[rmb] ``` Would just install `redis`, etc. And can always: ``` pip install grid3[all] ```