deeraw/options-pricing-api
0
1services:2 - type: web3 name: options-pricing-api4 env: python5 runtime: python3116 buildCommand: pip install -r requirements.txt7 startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT8 1services:2 - type: web3 name: options-pricing-api4 env: python5 runtime: python3116 buildCommand: pip install -r requirements.txt7 startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT8