602e70cb55
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg - Update classifiers - Use newer openstackdocstheme, Sphinx, os-api-ref versions, remove unused mock requirement Change-Id: If7db350ea55a5edf7055ce049d27d9412b0e40bc
10 lines
435 B
Plaintext
10 lines
435 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>=2.0.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=2.0.0 # BSD
|
|
os-api-ref>=1.5.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
sphinx-feature-classification>=0.1.0 # Apache 2.0
|