Update requirements to align

Change-Id: I8af89a361458f3222fe924532697b8596f659d32
This commit is contained in:
Darragh Bailey 2020-01-13 15:11:47 +00:00
parent 5c6e9bad1a
commit 25f950e0e4
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@ argcomplete
# GitPython 1.0.1 required by openstack global-requirements
# python>=3 should work with >=0.3.4
# 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
# >= 1.0.0 should be sufficient for compatibility
pbr>=1.6 # Apache-2.0

View File

@ -1,8 +1,8 @@
hacking>=0.11.0,<0.12 # Apache-2.0
faker>=0.8.16
mock>=2.0.0
sphinx>=1.5.1,<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.0.0;python_version=='2.7' # 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
fixtures>=0.3.14
python-subunit>=1.3.0