cap sphinx and networkx

they drop support for python2

Change-Id: Id7c61e4f164f0341a3444046fd1fafc6ab4caa7b
This commit is contained in:
Eyal 2019-05-20 15:23:25 +03:00
parent c728b84c70
commit a60c72d510
2 changed files with 4 additions and 2 deletions

View File

@ -25,4 +25,5 @@ oslo.utils>=3.36.0 # Apache-2.0
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
networkx>=2.1 # BSD
networkx<2.3,>=2.0;python_version<'3.0' # BSD
networkx>=2.3;python_version>='3.4' # BSD

View File

@ -4,7 +4,8 @@
hacking>=1.1.0,<1.2.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.24.0 # Apache-2.0
# releasenotes
reno>=2.5.0 # Apache-2.0