Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
/ input-lib Public archive

All the pure python dependencies for the Firefox Input app

Notifications You must be signed in to change notification settings

mozilla/input-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 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

Languages