97baab754f
The new way of packaging a python project is via build package. This patch replaces the old setup.py style sdist and wheel build. Change-Id: Ia351d099aa3b2491e3a4d255d87bb7c6bd691cac
36 lines
1.0 KiB
Plaintext
36 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<4.0.0,>=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
|