d2405162c7
OpenStack is dropping the py2.7 support in ussuri cycle. specs repo either has py27 job or requirement or tox env. Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I526e776be61e1fc7d3dda83b0cfa936b5306f04b
10 lines
363 B
Plaintext
10 lines
363 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.
|
|
|
|
pbr>=2.0.0,!=2.1.0 # Apache-2.0
|
|
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
|
|
testtools>=1.4.0
|
|
yasfb>=0.8.0
|
|
openstackdocstheme>=1.19.0 # Apache-2.0
|