Skip to content

dzohrob/input-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies for reporter.

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 >| reporter.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 .

About

All the pure python dependencies for the Firefox Input app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published