Update GitPython requirement from global-requirements

Change-Id: Ib838ca57c2501bdb552b8df0dd663e61307117c0
This commit is contained in:
Dmitry Tantsur 2019-07-26 13:58:07 +02:00
parent 759e8d37db
commit 928c6771cc
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
GitPython>=1.0.1 # BSD License (3 clause)
GitPython>=1.0.1;python_version>='3.0' # BSD License (3 clause)
GitPython>=1.0.1,<2.1.12;python_version<'3.0' # BSD License (3 clause)
eventlet!=0.20.1,>=0.20.0 # MIT
python-heatclient>=1.10.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0