static==0.4
barrel==0.1.3
gunicorn==0.14.3
import barrel.cooper
import os
import static
app = static.Cling(os.path.join(os.path.dirname(__file__), '_build/html'))
app = barrel.cooper.basicauth(users=[('jacob', 'hunter2')])(app)
web: gunicorn -w4 -b0.0.0.0:$PORT app:app