[phases.setup]
nixPkgs = ['python39']
[phases.install]
cmds = ['pip install -r requirements.txt']
[start]
cmd = 'gunicorn -w 2 -b 0.0.0.0:$PORT --timeout 120 main:app'