Currently we are defining sets of development tools within each hatch environment. This is great BUT it pins the user to hatch more than if we used the new pep standard that defined development groups!
Development groups are now supported in the recent version of hatch so we should do the following
- move all dependencies to development groups
- Update the hatch environments to use these groups in the associated environments
- Update the documentation that we did that!