
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 and Sphinx versions - Cleanup */source/conf.py to remove now obsolete content. - Remove Babel from requirements, it's not needed for running. - Sync docs deps in tox.ini Change-Id: Ie1fccdc777be978075e4689eda6c62578bd463e4
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
sphinxcontrib-httpdomain>=1.3.0 # BSD
|
|
sphinxcontrib-blockdiag>=1.5.4 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
reno>=2.5.0 # Apache-2.0
|
|
os-api-ref>=1.5.0 # Apache-2.0
|
|
openstackdocstheme>=2.0.0 # Apache-2.0
|
|
castellan >= 0.17 # Apache-2.0
|
|
pykmip>=0.7.0 # Apache 2.0 License
|