django-helpdesk/requirements.txt
Timothy Hobbs e96f1559e7
Add celery task for get_email
Allows you to get_email even without cron, thus enabling the use of django-helpdesk of cronless PaaS services.
2018-11-08 14:39:37 +01:00

14 lines
191 B
Plaintext

Django>=1.11,<3
django-bootstrap-form>=3.3,<4
celery
django-celery-beat
email-reply-parser
django-markdown-deux
beautifulsoup4
lxml
simplejson
pytz
six
djangorestframework
django-model-utils