django==2.0.5
psycopg2-binary==2.7.4  # Without this will crash?
django-allauth==0.36.0 # sign in niceties
django-tables2==1.21.2 # Demo table format
model_mommy==1.5.1

# WSGI Handler
# ------------------------------------------------
gevent==1.3.0
gunicorn==19.8.1

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