requirements.txt: added GitPython

As it is needed for layerindex anyway

[YOCTO #7575]

Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com>
This commit is contained in:
Alex Franco 2015-09-01 11:21:54 -05:00 committed by Aníbal Limón
parent 512e6c53ef
commit d83844736f

View File

@ -1,7 +1,8 @@
Django<1.5
GitPython>=0.3.7
Jinja2==2.7.3
MarkupSafe==0.23
Pillow==2.4.0
Pillow>=2.4.0
South==0.8.4
Unidecode==0.04.16
argparse==1.2.1
@ -9,7 +10,7 @@ awesome-slugify==1.5
django-cors-headers==0.12
django-nvd3==0.7.4
django-registration==0.8
django-reversion==1.6.0
django-reversion==1.6.6
django-reversion-compare==0.3.5
django-simple-captcha==0.4.2
djangorestframework==2.3.14
@ -17,4 +18,3 @@ python-nvd3==0.12.2
regex==2014.06.28
six==1.7.3
wsgiref==0.1.2
GitPython>=0.3.1