Remove unused gitdb dependency

Newer versions of gitdb are conflicting with the dependencies of newer
versions of GitPython, so they can not be properly coinstalled

This dep was introduced in If069ebb33ee4cb7f81308c68849ba9f969752d25
but not actually used back then. drop it.

Change-Id: Idc30b635dcba04aec47a3537cb9cc490eb255da9
This commit is contained in:
Dirk Mueller 2018-01-27 12:28:04 +01:00
parent 92a55e6852
commit ea885042bb
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
docker>=2.4.2 # Apache-2.0
gitdb>=0.6.4 # BSD License (3 clause)
GitPython>=1.0.1 # BSD License (3 clause)
python-heatclient>=1.10.0 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0