asgi_redis==1.4.2  # for channels to connect with redis in memory key value
beautifulsoup4==4.6.0 # for testing
boto==2.48.0  # for upload to aws s3
boto3==1.4.4
celery==4.0.2
channels==1.1.6  # for websockets
django==1.11.3
django_cron==0.5.0
django-bootstrap3==8.2.2
django-cron==0.5.0
django-twilio==0.8.0  # for sms sendind
django-s3direct==0.4.10  # for store files to amazon s3
django-storages==1.5.2
dj-database-url==0.4.2
gunicorn==19.7.1
Pillow==4.2.0
psycopg2==2.7.1
python-decouple==3.1  # to enter credentials into another file, settings.ini
python-memcached==1.58
python-social-auth==0.3.6
pyjwkest==1.3.2
pyvirtualdisplay  # for selenium testing
redis
selenium  # for testing
social-auth-app-django==1.1.0
whitenoise==3.3.0
