INACTIVE - http://mzl.la/ghe-archive - All the pure python dependencies for the Secret Squirrel SSO app
d2084d9356 | ||
---|---|---|
packages | ||
src | ||
.gitmodules | ||
README.rst | ||
lib.pth |
README.rst
Dependencies for `Mozilla SSO <http://github.com/fwenzel/secret-squirrel>`_. It goes something like this:: pip install --no-install --build=vendor/packages --src=vendor/src -I -r requirements/dev.txt find packages src -type d -depth 1 >| lib.pth git init for f in src/*; do pushd $f >/dev/null && REPO=$(git config remote.origin.url) && popd > /dev/null && git submodule add $REPO $f done git add .