Currently we are using virtualenv + requirements.txt to manage dependencies, this approach has short comings like managing two requirements.txt files -- for dev and app. Using pipenv will reduce the overhead for us. You can learn more about pipenv here
Currently we are using virtualenv + requirements.txt to manage dependencies, this approach has short comings like managing two requirements.txt files -- for dev and app. Using pipenv will reduce the overhead for us. You can learn more about pipenv here