PySocks removed from requirements and doc update

This commit is contained in:
TreeNode 2014-12-11 01:43:54 +02:00
parent 135e2d65ea
commit aea8ff35a6
2 changed files with 2 additions and 1 deletions

View File

@ -39,4 +39,6 @@ Before django-helpdesk will be much use, you need to do some basic configuration
EMAIL_HOST_USER = 'YYYYYY@ZZZZ.PPP'
EMAIL_HOST_PASSWORD = '123456'
8. If you wish to use SOCKS4/5 proxy with Helpdesk Queue email operations, install PySocks manually.
You're now up and running! Happy ticketing.

View File

@ -3,4 +3,3 @@ django-bootstrap-form>=3.1,<4
email-reply-parser
django-markdown-deux
simplejson
PySocks