32a1b6e948
OpenStack is dropping the py2.7 support in Ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I15cc79159b603e232e442e202c78d6c56dc73252
14 lines
503 B
Plaintext
14 lines
503 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.
|
|
|
|
openstackdocstheme>=1.20.0 # Apache-2.0
|
|
sphinx>=1.8.0,!=2.1.0 # BSD
|
|
reno>=2.5.0 # Apache-2.0
|
|
|
|
# imported when the source code is parsed for generating documentation:
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
confluent-kafka>=0.11.6 # Apache-2.0
|
|
pyngus>=2.2.0 # Apache-2.0
|
|
tenacity>=3.2.1 # Apache-2.0
|