Managing Python dependencies with git submodules

Given the following directory structure: my_project .git app.py I want to import one of my git repo as a submodule into given project Let& »