893343361c
This code is basically copied from the release-tools repository version in ptl.py, with some enhancements to support the tests being added here. Change-Id: Iabccb6fa6b20eb3c226fd0a16a736d993b78d330 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
20 lines
447 B
Plaintext
20 lines
447 B
Plaintext
pbr>=1.6
|
|
|
|
# NOTE(dhellmann): We pin lazr.restfulclient because there is a newer
|
|
# release registered without a package, and that breaks things.
|
|
lazr.restfulclient==0.13.1
|
|
|
|
# NOTE(dhellmann): We pin keyring and launchpadlib because new
|
|
# releases tend to add dependencies for GUI tools that we don't use
|
|
keyring==7.3
|
|
launchpadlib==1.10.3
|
|
|
|
requests>=2.5.2
|
|
PyYAML>=3.1.0
|
|
zuul
|
|
yamlordereddictloader
|
|
prompt_toolkit
|
|
tqdm
|
|
packaging>=15.2
|
|
mwclient==0.8.1
|