Skip to content

Commit 8127fdc

Browse files
authored
Merge pull request #160 from aaronweaver/master
Celery/Kombu version
2 parents f4846ad + 36bdda8 commit 8127fdc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/docker-startup.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ else
113113
echo
114114
cd /django-DefectDojo/
115115
source venv/bin/activate
116+
pip freeze
116117
python manage.py runserver 0.0.0.0:$PORT & celery -A dojo worker -l info --concurrency 3
117118
echo
118119
fi

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
'vobject',
2828
'html2text',
2929
'django-watson==1.1.9',
30-
'celery',
30+
'celery==3.1.24',
31+
'kombu==3.0.37',
3132
'sqlalchemy',
3233
'django-polymorphic==0.7',
3334
'pdfkit==0.5.0',

0 commit comments

Comments
 (0)