
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 - Update requirements, no need for python_version anymore - Cleanup doc/source/conf.py to remove now obsolete content. - Use newer openstackdocstheme and Sphinx versions - Remove install_command from tox.ini, the default is fine - Remove hacking from doc/requirements, we don't need to autodoc it. - Remove Babel, this repo does not use it. Change-Id: I8ad7b5e6ef11ea51c587ff58bfc54aee4fcda9da
20 lines
624 B
Plaintext
20 lines
624 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.
|
|
|
|
# For generationg sphinx documentation
|
|
openstackdocstheme>=2.0.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
|
|
# For autodoc builds
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
betamax>=0.7.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
lxml!=3.7.0,>=3.4.1 # BSD
|
|
oauthlib>=0.6.2 # BSD
|