jenkins-job-builder/requirements.txt
Sorin Sbarnea 705051658f bump python-jenkins version
Bumps python-jenkins version to avoid few
remarkable issues fixed in it:
- allow to wait for jenkins to enter normal operation
- remove cap on pbr version
- more py3 enablement
- other, see its changelog

Change-Id: I508b412bc2d17561e7a7ceef015ea018615596ad
2018-01-12 18:18:58 +00:00

11 lines
341 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
six>=1.9.0 # MIT
PyYAML>=3.10.0 # MIT
pbr>=1.8 # Apache-2.0
stevedore>=1.17.1 # Apache-2.0
python-jenkins>=0.4.15
fasteners
Jinja2