This website works better with JavaScript.
Explore
Help
Sign In
Lubuntu
/
ci-tooling
mirror of
https://github.com/lubuntu-team/ci-tooling.git
Watch
8
Star
0
Fork
You've already forked ci-tooling
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89ca7bdef0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '89ca7bdef0'
${ noResults }
ci-tooling
/
requirements.txt
7 lines
57 B
Raw
Normal View
History
Unescape
Escape
Multiple issues fixed. - Variable use before assignment - Unhandled edge cases where variables referenced may not have the subdata/indexes requested - try/catch fixes where 'finally' references a variable that might not exist - Unnecessary imports - Added requirements.txt file with base module requirements (without version specificity at this time)
5 years ago
launchpadlib
jinja2
jenkinsapi
GitPython
Fix ModuleNotFoundError Summary: The jobgenerator failed because of a missing module. * Add tabulate to requirements.txt * Fix flake8 errors: - Removed unused imports - Boolean comparison with is and not == - Line length - Removed whitespaces before and after parentheses Test Plan: 1. Install it from the requirements 2. Start jobgenerator 3. Check, that it does not fail because of missing tabulate module. Reviewers: tsimonq2, teward Differential Revision: https://phab.lubuntu.me/D95
5 years ago
PyYAML
tabulate