We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4846ad + 36bdda8 commit 8127fdcCopy full SHA for 8127fdc
docker/docker-startup.bash
@@ -113,6 +113,7 @@ else
113
echo
114
cd /django-DefectDojo/
115
source venv/bin/activate
116
+ pip freeze
117
python manage.py runserver 0.0.0.0:$PORT & celery -A dojo worker -l info --concurrency 3
118
119
fi
setup.py
@@ -27,7 +27,8 @@
27
'vobject',
28
'html2text',
29
'django-watson==1.1.9',
30
- 'celery',
+ 'celery==3.1.24',
31
+ 'kombu==3.0.37',
32
'sqlalchemy',
33
'django-polymorphic==0.7',
34
'pdfkit==0.5.0',
0 commit comments