requirements.txt: update GitPython dependencies

Upgrade GitPython and trim out old dependencies: gitdb and smmap are no
longer needed by current GitPython, gitdb2 and smmap2 have replaced
them.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-10-19 09:13:45 +13:00
parent dff454815f
commit 476348a598

View File

@ -15,13 +15,12 @@ django-reversion==2.0.13
django-reversion-compare==0.8.4 django-reversion-compare==0.8.4
django-simple-captcha==0.5.6 django-simple-captcha==0.5.6
djangorestframework==3.8.2 djangorestframework==3.8.2
gitdb==0.6.4 gitdb2==2.0.5
GitPython==2.1.8 GitPython==2.1.11
kombu==4.1.0 kombu==4.1.0
mysqlclient==1.3.12 mysqlclient==1.3.12
Pillow==5.1.0 Pillow==5.1.0
pytz==2018.4 pytz==2018.4
six==1.11.0 six==1.11.0
smmap==0.9.0 smmap2==2.0.5
smmap2==2.0.3
vine==1.1.4 vine==1.1.4