ATM for initial development, all the development libraries are being dumped into requirements.txt and requirements.dev.txt.. This is done by calling pip freeze > req...
This needs to be reviewed so requirements.txt only includes the production libraries. Also look into finding a python equivalent to Bundler (if one exists).