97127bede1
We no longer have branches in extended maintenance state, these have been switched to Unmaintained (eom). So we need to check for the latter state when listing branches that could be deleted since the are EOLed. Add oslo.utils to requirements since it is now needed by the tools/delete_stable_branch.py script. Change-Id: Ib948befa6f2706dc5dc50009b021af3a1bb389a8
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
######################################################################
|
|
# #
|
|
# ** IMPORTANT ** #
|
|
# #
|
|
# THIS FILE IS ONLY USED BY TOX IN THE CHECK AND GATE JOBS. YOU MUST #
|
|
# UPDATE bindep.txt TO INCLUDE ADDITIONAL PACKAGES NEEDED IN THE #
|
|
# POST-MERGE # JOBS SUCH AS "tag-releases". #
|
|
# #
|
|
######################################################################
|
|
|
|
build>=0.7.0
|
|
pbr>=1.6
|
|
keyring>=7.3
|
|
requests>=2.5.2
|
|
PyYAML>=3.1.0
|
|
yamlordereddictloader
|
|
prompt_toolkit>=2.0.7
|
|
tqdm
|
|
mwclient==0.8.1
|
|
jsonschema>=3.2.0
|
|
twine>=1.13.0
|
|
wheel>=0.34.2
|
|
ruamel.yaml>=0.15
|
|
tenacity>=6.1.0
|
|
|
|
# For release notes generation.
|
|
Jinja2>=2.6 # BSD License (3 clause)
|
|
parawrap
|
|
reno>=3.2.0
|
|
sphinx>=1.6.2 # BSD
|
|
|
|
appdirs
|
|
packaging>=16.5
|
|
|
|
openstack-governance>=0.11.0 # Apache 2.0
|
|
|
|
oslo.utils
|