Tony Breeds 00b2bcf7d6
Cap keyring, scikit-learn, and sphinx on python2
keyring drops py2 support so lets ensure our requirements wont allow us
to install 19.X releases on py2.

scikit-learn drops support for 3.4 or lower with release 0.21.0.

Setting the minimum supported python for both to 3.4 to be consistent
with u-c. When we remove the 3.4 constraints we'll also need to fix g-r

Similarly sphinx 2.0.0 drop py27 support do express that in
global-requirements.

There isn't a need to update u-c as they're already correct:
  $ grep -E '^(Sphinx|keyring)' upper-constraints.txt
  keyring===18.0.1;python_version=='2.7'
  keyring===19.0.1;python_version=='3.4'
  keyring===19.0.1;python_version=='3.5'
  keyring===19.0.1;python_version=='3.6'
  Sphinx===1.8.5;python_version=='2.7'
  Sphinx===2.0.1;python_version=='3.4'
  Sphinx===2.0.1;python_version=='3.5'
  Sphinx===2.0.1;python_version=='3.6'

This may cause knock-on effects for projects using either of these in
lower-constraints, but that's less impactful than all the 'red' in the
gate right now

Also 'correct' the Sphinx requirement in test-requirements so we get the
correct version when running under python2.  We need to do this anyway as
docs jobs typically run unconstrained

Change-Id: If558f184c959e4b63b56dec3ca1571d1034cfe5c
2019-05-11 06:54:50 -05:00
2019-04-22 03:14:51 +00:00
2016-04-24 17:21:18 -05:00
2018-11-03 14:32:03 -05:00
2018-05-29 16:50:18 -05:00
2019-04-19 19:43:33 +00:00
2018-05-21 14:58:48 -07:00
2018-10-16 09:20:23 -07:00
2018-04-21 02:32:36 +00:00
2018-11-03 14:32:03 -05:00
2019-04-22 03:14:51 +00:00
2017-03-02 11:55:44 +00:00
2019-04-22 03:14:51 +00:00
2015-06-29 15:27:25 +12:00
2018-03-22 13:50:56 -05:00

Global Requirements and Constraints for OpenStack Projects

image

Resources and Documentation

Please refer to the dependency management documentation linked below for up to date documentation on how to use and interact with the requirements project.

Description
Global requirements for OpenStack
Readme 120 MiB
Languages
Python 89.8%
Shell 10.2%