bf9c8b5af1
2020 is coming, everyone should be using Python 3 now. As per the official python support timeline set forth by the OpenStack TC [1], OpenStack Train (in our case, kolla-ansible 9.x) is the last release that will support python2.7. [1] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html Implements: blueprint drop-py2-support Change-Id: Ibb3b12a779ecfd424053d0b3e98dac2f21d909bc
12 lines
611 B
Plaintext
12 lines
611 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.
|
|
# Order matters to the pip dependency resolver, so sorting this file
|
|
# changes how packages are installed. New dependencies should be
|
|
# added in alphabetical order, however, some dependencies may need to
|
|
# be installed in a specific order.
|
|
openstackdocstheme>=1.19.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|
|
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|