4195ae11b2
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove py2 stanza from setup.py - Remove obsolete sections from setup.cfg - Update classifiers - Switch to using sphinx-build - Remove install_command from tox.ini, the default is fine - Remove Babel from requirements, it's not needed for running. - Remove obsolete babel.cfg - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE. - Update hacking to current 3.1.0 version - Remove use of six library Change-Id: I233dfc7a06cbd2e098499629f63d0b8f2db5258e
16 lines
521 B
Plaintext
16 lines
521 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.
|
|
|
|
hacking>=3.1.0,<3.2.0 # Apache-2.0
|
|
|
|
coverage>=4.0,!=4.4 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
# releasenotes
|
|
reno>=3.1.0 # Apache-2.0
|