django==2.0.2
psycopg2-binary==2.7.4  # Without this will crash?
django-allauth==0.35.0 # sign in niceties
django-tables2==1.19.0 # Demo table format
model_mommy==1.5.1

# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1

# Environment and static files
django-environ==0.4.4
whitenoise==3.3.1
