Skip to content

Mozilla-GitHub-Standards/441e91400508d94b5a6931d7693918293007697b91395acd9460441a437990ec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 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

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.7%
  • Python 22.3%
  • Pascal 0.2%
  • XSLT 0.2%
  • CSS 0.2%
  • C 0.2%
  • Other 0.2%