7eaa8648cd
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 Switch to using modern sphinx-build. Remove cruft from setup.cfg Drop non-voting jobs from gate queue. Change-Id: I2cc764bd3de8130aa25868b57b2e89341c71617e
28 lines
521 B
Plaintext
28 lines
521 B
Plaintext
hacking>=2.0,<=2.1 # Apache-2.0
|
|
|
|
coverage>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
mock>=2.0.0 # BSD
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
sphinx>=1.6.2 # BSD
|
|
|
|
# Bandit security code scanner
|
|
bandit>=1.1.0 # Apache-2.0
|
|
|
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
|
|
|
# Elasticsearch python client
|
|
elasticsearch>=2.0.0,<3.0.0 # Apache-2.0
|
|
|
|
# Redis python client
|
|
redis>=2.10.0 # MIT
|
|
|
|
# Build release notes
|
|
reno>=2.5.0 # Apache-2.0
|
|
|
|
# For Jaeger Tracing
|
|
jaeger-client>=3.8.0 # Apache-2.0
|