To be able to migrate away from requirements files to setup.cfg, we should make our tox configuration not use them.
This is the opportunity to move to the extras option, which is the built-in way of doing deps = .[foo] (which also avoids installing the package from . instead of from the sdist generated by tox).