requirements.txt: add missing dependencies

These are dependencies of items already listed in requirements.txt, so
nothing new.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-02-20 16:09:24 +13:00
parent 3adddf6a25
commit 64a34a98c0

View File

@ -1,3 +1,6 @@
amqp==1.4.9
anyjson==0.3.3
billiard==3.3.0.23
celery==3.1.25 celery==3.1.25
Django==1.8.17 Django==1.8.17
django-cors-headers==1.1.0 django-cors-headers==1.1.0
@ -10,11 +13,13 @@ djangorestframework==3.2.5
gitdb==0.6.4 gitdb==0.6.4
GitPython==2.0.5 GitPython==2.0.5
Jinja2==2.8 Jinja2==2.8
kombu==3.0.37
MarkupSafe==0.23 MarkupSafe==0.23
mysqlclient==1.3.7 mysqlclient==1.3.7
Pillow==3.3.0 Pillow==3.3.0
python-nvd3==0.14.2 python-nvd3==0.14.2
python-slugify==1.1.4 python-slugify==1.1.4
pytz==2018.3
six==1.10.0 six==1.10.0
smmap==0.9.0 smmap==0.9.0
Unidecode==0.4.19 Unidecode==0.4.19