Update requirements to align
Change-Id: I8af89a361458f3222fe924532697b8596f659d32
This commit is contained in:
@@ -2,7 +2,8 @@ argcomplete
|
|||||||
# GitPython 1.0.1 required by openstack global-requirements
|
# GitPython 1.0.1 required by openstack global-requirements
|
||||||
# python>=3 should work with >=0.3.4
|
# python>=3 should work with >=0.3.4
|
||||||
# python<3 should work with >=0.3.2.RC1,!=0.3.2
|
# python<3 should work with >=0.3.2.RC1,!=0.3.2
|
||||||
GitPython>=1.0.1 # BSD License (3 clause)
|
GitPython>=1.0.1,<2.1.12;python_version<'3.0' # BSD License (3 clause)
|
||||||
|
GitPython>=1.0.1;python_version>='3.0' # BSD License (3 clause)
|
||||||
# pbr 1.6 or newer required by openstack global-requirements
|
# pbr 1.6 or newer required by openstack global-requirements
|
||||||
# >= 1.0.0 should be sufficient for compatibility
|
# >= 1.0.0 should be sufficient for compatibility
|
||||||
pbr>=1.6 # Apache-2.0
|
pbr>=1.6 # Apache-2.0
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
hacking>=0.11.0,<0.12 # Apache-2.0
|
hacking>=0.11.0,<0.12 # Apache-2.0
|
||||||
faker>=0.8.16
|
faker>=0.8.16
|
||||||
mock>=2.0.0
|
mock>=2.0.0
|
||||||
sphinx>=1.5.1,<2.0.0;python_version=='2.7' # BSD
|
sphinx>=1.5.1,!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
|
||||||
sphinx>=1.5.1;python_version>='3.4' # BSD
|
sphinx>=1.5.1,!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD
|
||||||
coverage>=3.6 # Apache-2.0
|
coverage>=3.6 # Apache-2.0
|
||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
python-subunit>=1.3.0
|
python-subunit>=1.3.0
|
||||||
|
Reference in New Issue
Block a user